Uses of Class
org.forgerock.json.jose.builders.EncryptedThenSignedJwtBuilder
Package
Description
Classes and interfaces for builder to build JWTs using a fluent API.
-
Uses of EncryptedThenSignedJwtBuilder in org.forgerock.json.jose.builders
Modifier and TypeMethodDescriptionEncryptedJwtBuilder.signedWith
(SigningHandler signingHandler, JwsAlgorithm jwsAlgorithm) Returns anEncryptedThenSignedJwtBuilder
that will build a signed JWT with this builder's encrypted JWT as its payload.ModifierConstructorDescriptionConstructs a new JwsHeaderBuilder, parented by the given JwtBuilder.Deprecated.Constructs a new JwsHeaderBuilder, parented by the given JwtBuilder.
EncryptedThenSignedJwtBuilder
instead.