Package version:

Enumeration KnownKeyTypes

Known values of JsonWebKeyType that the service accepts.

Enumeration Members

Enumeration Members

EC: "EC"

Elliptic Curve.

ECHSM: "EC-HSM"

Elliptic Curve with a private key which is stored in the HSM.

OKP: "OKP"
OKPHSM: "OKP-HSM"

Octet key pair (https://tools.ietf.org/html/rfc8037) with a private key which is stored in the HSM.

Oct: "oct"

Octet sequence (used to represent symmetric keys)

OctHSM: "oct-HSM"

Octet sequence (used to represent symmetric keys) which is stored the HSM.

RSA: "RSA"
RSAHSM: "RSA-HSM"

RSA with a private key which is stored in the HSM.

Generated using TypeDoc