Uses of Class
org.forgerock.json.jose.builders.EncryptedThenSignedJwtBuilder
Packages that use EncryptedThenSignedJwtBuilder
Package
Description
Classes and interfaces for builder to build JWTs using a fluent API.
-
Uses of EncryptedThenSignedJwtBuilder in org.forgerock.json.jose.builders
Subclasses of EncryptedThenSignedJwtBuilder in org.forgerock.json.jose.buildersMethods in org.forgerock.json.jose.builders that return EncryptedThenSignedJwtBuilderModifier and TypeMethodDescriptionEncryptedJwtBuilder.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 EncryptedThenSignedJwtBuilderModifierConstructorDescriptionConstructs a new JwsHeaderBuilder, parented by the given JwtBuilder.Deprecated.Constructs a new JwsHeaderBuilder, parented by the given JwtBuilder.
EncryptedThenSignedJwtBuilder
instead.