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