Uses of Class
org.forgerock.json.jose.builders.EncryptedThenSignedJwtBuilder
-
Packages that use EncryptedThenSignedJwtBuilder 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. -
-
Uses of EncryptedThenSignedJwtBuilder in org.forgerock.jaspi.modules.session.jwt
Methods in org.forgerock.jaspi.modules.session.jwt that return EncryptedThenSignedJwtBuilder Modifier and Type Method Description EncryptedThenSignedJwtBuilder
FallbackJwtCryptographyHandler. sign(EncryptedJwtBuilder jwtbuilder)
Deprecated.default EncryptedThenSignedJwtBuilder
JwtCryptographyHandler. sign(EncryptedJwtBuilder jwtbuilder)
Deprecated.EncryptedThenSignedJwtBuilder
KeyStoreJwtCryptographyHandler. sign(EncryptedJwtBuilder jwtbuilder)
Deprecated.EncryptedThenSignedJwtBuilder
SecretsProviderJwtCryptographyHandler. sign(EncryptedJwtBuilder jwtbuilder)
Deprecated. -
Uses of EncryptedThenSignedJwtBuilder in org.forgerock.json.jose.builders
Subclasses of EncryptedThenSignedJwtBuilder in org.forgerock.json.jose.builders Modifier and Type Class Description class
SignedEncryptedJwtBuilder
Deprecated.UseEncryptedThenSignedJwtBuilder
instead.Methods in org.forgerock.json.jose.builders that return EncryptedThenSignedJwtBuilder Modifier and Type Method Description EncryptedThenSignedJwtBuilder
EncryptedJwtBuilder. signedWith(SigningHandler signingHandler, JwsAlgorithm jwsAlgorithm)
Returns anEncryptedThenSignedJwtBuilder
that will build a signed JWT with this builder's encrypted JWT as its payload.Constructors in org.forgerock.json.jose.builders with parameters of type EncryptedThenSignedJwtBuilder Constructor 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.
-