Uses of Class
org.forgerock.json.jose.builders.EncryptedJwtBuilder
Package
Description
This package contains classes for the Jwt Session JASPI Authentication Module.
Classes and interfaces for builder to build JWTs using a fluent API.
-
Uses of EncryptedJwtBuilder in org.forgerock.jaspi.modules.session.jwt
Modifier and TypeMethodDescriptionFallbackJwtCryptographyHandler.jwe
(JwtBuilderFactory jwtbuilder) Deprecated.default EncryptedJwtBuilder
JwtCryptographyHandler.jwe
(JwtBuilderFactory jwtbuilder) Deprecated.KeyStoreJwtCryptographyHandler.jwe
(JwtBuilderFactory jwtBuilderFactory) Deprecated.SecretsProviderJwtCryptographyHandler.jwe
(JwtBuilderFactory jwtBuilderFactory) Deprecated.Modifier and TypeMethodDescriptionFallbackJwtCryptographyHandler.sign
(EncryptedJwtBuilder jwtbuilder) Deprecated.default EncryptedThenSignedJwtBuilder
JwtCryptographyHandler.sign
(EncryptedJwtBuilder jwtbuilder) Deprecated.KeyStoreJwtCryptographyHandler.sign
(EncryptedJwtBuilder jwtbuilder) Deprecated.SecretsProviderJwtCryptographyHandler.sign
(EncryptedJwtBuilder jwtbuilder) Deprecated. -
Uses of EncryptedJwtBuilder in org.forgerock.json.jose.builders
Modifier and TypeClassDescriptionclass
JweHeaderBuilder<B extends EncryptedJwtBuilder>
An implementation of a JWE Header builder that provides a fluent builder pattern to create JWE headers.Modifier and TypeClassDescriptionclass
Builder for nested signed-then-encrypted JWT.Modifier and TypeMethodDescriptionEncryptedJwtBuilder.claims
(JwtClaimsSet claimsSet) Sets the JwtClaimsSet for this JwtBuilder.Deprecated.PreferJwtBuilderFactory.jwe(EncryptionKey)
instead.JwtBuilderFactory.jwe
(EncryptionKey<?> key) Creates a builder for building an encrypted JWT using the given encryption key.Modifier and TypeMethodDescriptionJweHeaderBuilder<? extends EncryptedJwtBuilder>
EncryptedJwtBuilder.headers()
Gets the JweHeaderBuilder that this JwtBuilder will use to build the JWE's header parameters.ModifierConstructorDescriptionEncryptedThenSignedJwtBuilder
(EncryptedJwtBuilder encryptedJwtBuilder, SigningHandler signingHandler, JwsAlgorithm jwsAlgorithm) Constructs a new SignedEncryptedJwtBuilder that will use the given EncryptedJwtBuilder, to build the nested Encrypted JWT, and the private key and JwsAlgorithm to sign the outer JWT.SignedEncryptedJwtBuilder
(EncryptedJwtBuilder encryptedJwtBuilder, SigningHandler signingHandler, JwsAlgorithm jwsAlgorithm) Deprecated.Constructs a new SignedEncryptedJwtBuilder that will use the given EncryptedJwtBuilder, to build the nested Encrypted JWT, and the private key and JwsAlgorithm to sign the outer JWT.
JwtCryptographyHandler.buildJwt(JwtBuilderFactory, JwtClaimsSet)
instead.