Package | Description |
---|---|
org.forgerock.json.jose.builders |
Classes and interfaces for builder to build JWTs using a fluent API.
|
org.forgerock.json.jose.jwe |
Classes and interfaces for JWT encryption and JWEs.
|
Modifier and Type | Method and Description |
---|---|
JweHeaderBuilder |
JweHeaderBuilder.enc(EncryptionMethod enc)
Sets the Encryption Method header parameter for this JWE.
|
Modifier and Type | Method and Description |
---|---|
EncryptionMethod |
JweHeader.getEncryptionMethod()
Gets the Encryption Method header parameter for this JWE.
|
static EncryptionMethod |
EncryptionMethod.parseMethod(String method)
Parses the given algorithm string to find the matching EncryptionMethod enum constant.
|
static EncryptionMethod |
EncryptionMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EncryptionMethod[] |
EncryptionMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JweHeader.setEncryptionMethod(EncryptionMethod encryptionMethod)
Sets the Encryption Method header parameter for this JWE.
|
Copyright 2011-2015 ForgeRock AS.