Enumeration Algoritm

The possible algorithms for the JWK.

  • ES256: Used for signing keys based on ECDSA with the P-256 curve.
  • RSA_OAEP_512: Used for RSA-based encryption with OAEP padding.

Enumeration Members

Enumeration Members

ES256: "ES256"
RSA_OAEP_512: "RSA-OAEP-512"