Package | Description |
---|---|
org.forgerock.json.jose.builders | |
org.forgerock.json.jose.jwe | |
org.forgerock.json.jose.jws | |
org.forgerock.json.jose.jwt |
Modifier and Type | Method and Description |
---|---|
B |
JwtHeaderBuilder.alg(Algorithm algorithm)
Sets the algorithm used to perform cryptographic signing and/or encryption on the JWT.
|
Modifier and Type | Class and Description |
---|---|
class |
JweAlgorithm
An Enum of the possible encryption algorithms that can be used to encrypt a JWT.
|
Modifier and Type | Class and Description |
---|---|
class |
JwsAlgorithm
An Enum of the possible signing algorithms that can be used to sign a JWT.
|
Modifier and Type | Method and Description |
---|---|
abstract Algorithm |
JwtHeader.getAlgorithm()
Gets the Algorithm set in the JWT header.
|
Modifier and Type | Method and Description |
---|---|
void |
JwtHeader.setAlgorithm(Algorithm algorithm)
Sets the algorithm used to perform cryptographic signing and/or encryption on the JWT.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.