Package | Description |
---|---|
org.forgerock.json.jose.builders |
Classes and interfaces for builder to build JWTs using a fluent API.
|
org.forgerock.json.jose.common |
Common classes and interfaces for all types of JWTs.
|
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'.
|
Modifier and Type | Method and Description |
---|---|
<T extends Jwt> |
JwtBuilderFactory.reconstruct(String jwtString,
Class<T> jwtClass)
Reconstructs the given JWT string into a JWT object of the specified type.
|
Modifier and Type | Method and Description |
---|---|
Jwt |
JwtBuilder.asJwt()
Builds the JWT object from its constituent parts.
|
Modifier and Type | Method and Description |
---|---|
<T extends Jwt> |
JwtReconstruction.reconstructJwt(String jwtString,
Class<T> jwtClass)
Reconstructs the given JWT string into a JWT object of the specified type.
|
Modifier and Type | Class and Description |
---|---|
class |
EncryptedJwt
A JWE implementation of the
Jwt interface. |
class |
SignedThenEncryptedJwt
A nested signed-then-encrypted JWT.
|
Modifier and Type | Class and Description |
---|---|
class |
EncryptedThenSignedJwt
An implementation of a JWS with a nested JWE as its payload.
|
class |
SignedEncryptedJwt
Deprecated.
Use
EncryptedThenSignedJwt instead. |
class |
SignedJwt
A JWS implementation of the Jwt interface.
|
Copyright 2010-2022 ForgeRock AS.