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