Global

Type Definitions

JWK

A JWK Object

Type:
  • Object
Source:

KeySelector

Available formats: 'public', 'private'.

Type:
  • String
Source:
See:

PEMKeySelector

Available formats: 'public_pkcs1', 'public_pkcs8', 'private_pkcs1', 'private_pkcs8'.

Note these refer specifically to different ASN encodings for PEM encoded keys and are not compatible with non-PEM output types.

Type:
  • String
Source:
See:

SerializableFormat

Available formats: 'jwk', 'pem', 'blk'.

Type:
  • String
Source: