KnownKeyTypes enum
JsonWebKey Key Type (kty), as defined in https://tools.ietf.org/html/draft-ietf-jose-json-web-algorithms-40.
Fields
EC | Elliptic Curve. |
ECHSM | Elliptic Curve with a private key which is stored in the HSM. |
Oct | Octet sequence (used to represent symmetric keys) |
OctHSM | Octet sequence (used to represent symmetric keys) which is stored the HSM. |
RSA | |
RSAHSM | RSA with a private key which is stored in the HSM. |