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