Uses of Class
org.forgerock.json.jose.builders.SignedThenEncryptedJwtBuilder
Package
Description
Classes and interfaces for builder to build JWTs using a fluent API.
-
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.
SignedJwtBuilderImpl.encrypt(EncryptionKey)
instead.