Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JwkJwkPublicKey

export
interface

JwkJwkPublicKey

Hierarchy

  • JwkJwkPublicKey

Index

Properties

Properties

Optional alg

alg: string

Algorithm, in this context RSA-OAEP (RSA_2048_SHA1) only.

type

{string}

memberof

JwkJwkPublicKey

Optional e

e: string

Public key exponent BigInteger as Base64URL encoded

type

{string}

memberof

JwkJwkPublicKey

Optional kid

kid: string

Public key ID (i.e., a random UUID per key)

type

{string}

memberof

JwkJwkPublicKey

Optional kty

kty: string

Key type, in this context RSA only

type

{string}

memberof

JwkJwkPublicKey

Optional n

n: string

Public key modulus BigInteger as Base64URL encoded

type

{string}

memberof

JwkJwkPublicKey