Uses of Class
org.forgerock.json.jose.jwe.JweHeaderKey
-
Packages that use JweHeaderKey Package Description org.forgerock.json.jose.jwe Classes and interfaces for JWT encryption and JWEs. -
-
Uses of JweHeaderKey in org.forgerock.json.jose.jwe
Methods in org.forgerock.json.jose.jwe that return JweHeaderKey Modifier and Type Method Description static JweHeaderKey
JweHeaderKey. getHeaderKey(String headerKey)
Gets the JweHeaderKey constant that matches the given String.static JweHeaderKey
JweHeaderKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static JweHeaderKey[]
JweHeaderKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-