Uses of Class
org.forgerock.json.jose.builders.EncryptedJwtBuilder
Packages that use EncryptedJwtBuilder
Package
Description
Classes and interfaces for builder to build JWTs using a fluent API.
Provides JWT capabilities to the Identity Gateway.
-
Uses of EncryptedJwtBuilder in org.forgerock.json.jose.builders
Classes in org.forgerock.json.jose.builders with type parameters of type EncryptedJwtBuilderModifier and TypeClassDescriptionclass
JweHeaderBuilder<B extends EncryptedJwtBuilder>
An implementation of a JWE Header builder that provides a fluent builder pattern to create JWE headers.Subclasses of EncryptedJwtBuilder in org.forgerock.json.jose.buildersModifier and TypeClassDescriptionclass
Builder for nested signed-then-encrypted JWT.Methods in org.forgerock.json.jose.builders that return EncryptedJwtBuilderModifier and TypeMethodDescriptionEncryptedJwtBuilder.claims
(JwtClaimsSet claimsSet) Sets the JwtClaimsSet for this JwtBuilder.Deprecated.JwtBuilderFactory.jwe
(EncryptionKey<?> key) Creates a builder for building an encrypted JWT using the given encryption key.Methods in org.forgerock.json.jose.builders that return types with arguments of type EncryptedJwtBuilderModifier and TypeMethodDescriptionJweHeaderBuilder<? extends EncryptedJwtBuilder>
EncryptedJwtBuilder.headers()
Gets the JweHeaderBuilder that this JwtBuilder will use to build the JWE's header parameters.Constructors in org.forgerock.json.jose.builders with parameters of type EncryptedJwtBuilderModifierConstructorDescriptionEncryptedThenSignedJwtBuilder
(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. -
Uses of EncryptedJwtBuilder in org.forgerock.openig.tools.jwt.factory
Methods in org.forgerock.openig.tools.jwt.factory that return types with arguments of type EncryptedJwtBuilderModifier and TypeMethodDescriptionprotected Promise<EncryptedJwtBuilder,
NoSuchSecretException> EncryptedJwtFactory.jwtBuilder()
JwtBuilderFactory.jwe(EncryptionKey)
instead.