Package version:

Type alias KeyType

KeyType: string

Defines values for JsonWebKeyType.
KnownJsonWebKeyType can be used interchangeably with JsonWebKeyType, this enum contains the known values that the service supports.

Known values supported by the service

EC: Elliptic Curve.
EC-HSM: Elliptic Curve with a private key which is stored in the HSM.
RSA: RSA (https://tools.ietf.org/html/rfc3447)
RSA-HSM: RSA with a private key which is stored in the HSM.
oct: Octet sequence (used to represent symmetric keys)
oct-HSM: Octet sequence (used to represent symmetric keys) which is stored the HSM.
OKP: Octet key pair (https://tools.ietf.org/html/rfc8037)
OKP-HSM: Octet key pair (https://tools.ietf.org/html/rfc8037) with a private key which is stored in the HSM.

Generated using TypeDoc