Uses of Class
org.forgerock.json.jose.builders.EncryptedThenSignedJwtBuilder
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 EncryptedThenSignedJwtBuilder in org.forgerock.jaspi.modules.session.jwt
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 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.
JwtCryptographyHandler.buildJwt(JwtBuilderFactory, JwtClaimsSet)
instead.