jose.getJWEAlg()

Returns a supported algorithm list for JWE key management.

Syntax

jose.getJWEAlg()

Guidelines

The following values for JWE key management algorithms are supported.
  • RSA1_5
  • RSA-OAEP
  • RSA-OAEP-256
  • A128KW
  • A192KW
  • A256KW
  • dir

RSA1_5, RSA-OAEP, and RSA-OAEP-256 are key encryption algorithms.

A128KW, A192KW, and A256KW are key wrapping algorithms.

dir is direct encryption with a shared symmetric key.