Package | Description |
---|---|
org.forgerock.json.jose.jwe |
Classes and interfaces for JWT encryption and JWEs.
|
Modifier and Type | Method and 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.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.