Package | Description |
---|---|
org.forgerock.jaspi.modules.session.jwt |
This package contains classes for the Jwt Session JASPI Authentication Module.
|
org.forgerock.json.jose.builders |
Classes and interfaces for builder to build JWTs using a fluent API.
|
Modifier and Type | Method and Description |
---|---|
EncryptedThenSignedJwtBuilder |
SecretsProviderJwtCryptographyHandler.sign(EncryptedJwtBuilder jwtbuilder) |
EncryptedThenSignedJwtBuilder |
KeyStoreJwtCryptographyHandler.sign(EncryptedJwtBuilder jwtbuilder) |
EncryptedThenSignedJwtBuilder |
JwtCryptographyHandler.sign(EncryptedJwtBuilder jwtbuilder)
Sign the JWT.
|
Modifier and Type | Class and Description |
---|---|
class |
SignedEncryptedJwtBuilder
Deprecated.
Use
EncryptedThenSignedJwtBuilder instead. |
Modifier and Type | Method and Description |
---|---|
EncryptedThenSignedJwtBuilder |
EncryptedJwtBuilder.signedWith(SigningHandler signingHandler,
JwsAlgorithm jwsAlgorithm)
Returns an
EncryptedThenSignedJwtBuilder that will build a signed JWT with this builder's encrypted JWT
as its payload. |
Constructor and Description |
---|
EncryptedThenSignedJwtHeaderBuilder(EncryptedThenSignedJwtBuilder jwtBuilder)
Constructs a new JwsHeaderBuilder, parented by the given JwtBuilder.
|
SignedEncryptedJwsHeaderBuilder(EncryptedThenSignedJwtBuilder jwtBuilder)
Deprecated.
Constructs a new JwsHeaderBuilder, parented by the given JwtBuilder.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.