Package | Description |
---|---|
org.forgerock.jaspi.modules.session.jwt |
This package contains classes for the Jwt Session JASPI Authentication Module.
|
org.forgerock.json.jose.jws |
Classes and interfaces for JWT signing and JWS'.
|
Modifier and Type | Method and Description |
---|---|
void |
SecretsProviderJwtCryptographyHandler.decrypt(EncryptedThenSignedJwt jwt) |
void |
KeyStoreJwtCryptographyHandler.decrypt(EncryptedThenSignedJwt jwt) |
void |
JwtCryptographyHandler.decrypt(EncryptedThenSignedJwt jwt)
Decrypt the JWT.
|
boolean |
SecretsProviderJwtCryptographyHandler.verify(EncryptedThenSignedJwt jwt) |
boolean |
KeyStoreJwtCryptographyHandler.verify(EncryptedThenSignedJwt jwt) |
boolean |
JwtCryptographyHandler.verify(EncryptedThenSignedJwt jwt)
Verify the JWT.
|
Modifier and Type | Class and Description |
---|---|
class |
SignedEncryptedJwt
Deprecated.
Use
EncryptedThenSignedJwt instead. |
Modifier and Type | Method and Description |
---|---|
EncryptedThenSignedJwt |
EncryptedThenSignedJwt.copy() |
Copyright © 2010-2018, ForgeRock All Rights Reserved.