Uses of Class
org.forgerock.json.jose.builders.SignedThenEncryptedJwtBuilder
Package
Description
Classes and interfaces for builder to build JWTs using a fluent API.
Provides JWT capabilities to the Identity Gateway.
-
Uses of SignedThenEncryptedJwtBuilder in org.forgerock.json.jose.builders
Modifier and TypeMethodDescriptionSignedThenEncryptedJwtBuilder.claims
(JwtClaimsSet claims) Deprecated.SignedJwtBuilderImpl.encrypt
(EncryptionKey<?> encryptionKey) Wraps the signed JWT in an outer encrypted JWE envelope. -
Uses of SignedThenEncryptedJwtBuilder in org.forgerock.openig.tools.jwt.factory
SignedJwtBuilderImpl.encrypt(EncryptionKey)
instead.