| Package | Description |
|---|---|
| org.forgerock.json.jose.builders | |
| org.forgerock.json.jose.jwe | |
| org.forgerock.json.jose.jwe.handlers.encryption | |
| org.forgerock.selfservice.stages.tokenhandlers |
| Modifier and Type | Method and Description |
|---|---|
JweHeaderBuilder<B> |
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.
|
| Constructor and Description |
|---|
AESKeyWrapEncryptionHandler(EncryptionMethod method)
Constructs an AES KeyWrap encryption handler for the given underlying content encryption method.
|
DirectEncryptionHandler(EncryptionMethod encryptionMethod)
Constructs the direct encryption handler for the given content encryption method.
|
RSAEncryptionHandler(EncryptionMethod encryptionMethod,
JweAlgorithm jweAlgorithm)
Constructs a new RSAEncryptionHandler instance.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionMethod |
JwtTokenHandlerConfig.getEncryptionMethod()
Gets the encryption method.
|
| Modifier and Type | Method and Description |
|---|---|
JwtTokenHandlerConfig |
JwtTokenHandlerConfig.setEncryptionMethod(EncryptionMethod encryptionMethod)
Set the encryption method.
|
| Constructor and Description |
|---|
JwtTokenHandler(JweAlgorithm jweAlgorithm,
EncryptionMethod jweMethod,
KeyPair jweKeyPair,
JwsAlgorithm jwsAlgorithm,
SigningHandler jwsHandler,
long tokenLifeTimeInSeconds)
Constructs a new JWT token handler.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.