Uses of Class
org.forgerock.json.jose.builders.SignedThenEncryptedJwtBuilder
Packages that use 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
Methods in org.forgerock.json.jose.builders that return SignedThenEncryptedJwtBuilderModifier and TypeMethodDescriptionSignedThenEncryptedJwtBuilder.claims
(JwtClaimsSet claims) Deprecated.SignedJwtBuilderImpl.encrypt
(EncryptionKey<?> encryptionKey) Wraps the signed JWT in an outer encrypted JWE envelope.Methods in org.forgerock.json.jose.builders that return types with arguments of type SignedThenEncryptedJwtBuilder -
Uses of SignedThenEncryptedJwtBuilder in org.forgerock.openig.tools.jwt.factory
Methods in org.forgerock.openig.tools.jwt.factory that return types with arguments of type SignedThenEncryptedJwtBuilder
SignedJwtBuilderImpl.encrypt(EncryptionKey)
instead.