Package | Description |
---|---|
org.forgerock.json.jose.builders |
Classes and interfaces for builder to build JWTs using a fluent API.
|
Modifier and Type | Class and Description |
---|---|
class |
EncryptedThenSignedJwtBuilder
An implementation of a JwtBuilder that can build a JWT and encrypt it and nest it within another signed JWT,
resulting in an SignedEncryptedJwt object.
|
class |
SignedEncryptedJwtBuilder
Deprecated.
Use
EncryptedThenSignedJwtBuilder instead. |
class |
SignedJwtBuilderImpl
An implementation of a JwtBuilder that can build a JWT and sign it, resulting in a SignedJwt object.
|
Copyright 2010-2022 ForgeRock AS.