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.
|
org.forgerock.json.jose.jws |
Classes and interfaces for JWT signing and JWS'.
|
org.forgerock.json.jose.jwt |
Classes and interfaces for JWTs.
|
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 2011-2015 ForgeRock AS.