Package | Description |
---|---|
org.forgerock.jaspi.modules.session.jwt | |
org.forgerock.json.jose.builders | |
org.forgerock.json.jose.common | |
org.forgerock.json.jose.jwe | |
org.forgerock.json.jose.jws |
Modifier and Type | Method and Description |
---|---|
Jwt |
ServletJwtSessionModule.validateJwtSessionCookie(javax.security.auth.message.MessageInfo messageInfo) |
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 © 2025 Open Identity Platform Community. All rights reserved.