Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownJsonWebKeyType

Package version

Known values of JsonWebKeyType that the service accepts.

Index

Enumeration members

Enumeration members

EC

EC: = "EC"

Elliptic Curve.

ECHSM

ECHSM: = "EC-HSM"

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

Oct

Oct: = "oct"

Octet sequence (used to represent symmetric keys)

OctHSM

OctHSM: = "oct-HSM"

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

RSA

RSA: = "RSA"

RSAHSM

RSAHSM: = "RSA-HSM"

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

Generated using TypeDoc