Package | Description |
---|---|
org.forgerock.json.jose.jwe | |
org.forgerock.json.jose.jwe.handlers.encryption | |
org.forgerock.selfservice.stages.tokenhandlers |
Modifier and Type | Method and Description |
---|---|
JweAlgorithm |
JweHeader.getAlgorithm()
Gets the Algorithm set in the JWT header.
|
static JweAlgorithm |
JweAlgorithm.parseAlgorithm(String algorithm)
Parses the given algorithm string to find the matching EncryptionMethod enum constant.
|
static JweAlgorithm |
JweAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JweAlgorithm[] |
JweAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RSAEncryptionHandler(EncryptionMethod encryptionMethod,
JweAlgorithm jweAlgorithm)
Constructs a new RSAEncryptionHandler instance.
|
Modifier and Type | Method and Description |
---|---|
JweAlgorithm |
JwtTokenHandlerConfig.getJweAlgorithm()
Gets the jwe algorithm.
|
Modifier and Type | Method and Description |
---|---|
JwtTokenHandlerConfig |
JwtTokenHandlerConfig.setJweAlgorithm(JweAlgorithm jweAlgorithm)
Set the Jwe algorithm.
|
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.