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 |
SignedEncryptedJwtBuilder
Deprecated.
Use
EncryptedThenSignedJwtBuilder instead. |
Modifier and Type | Method and Description |
---|---|
EncryptedThenSignedJwtBuilder |
EncryptedJwtBuilder.signedWith(SigningHandler signingHandler,
JwsAlgorithm jwsAlgorithm)
Returns an
EncryptedThenSignedJwtBuilder that will build a signed JWT with this builder's encrypted JWT
as its payload. |
Constructor and Description |
---|
EncryptedThenSignedJwtHeaderBuilder(EncryptedThenSignedJwtBuilder jwtBuilder)
Constructs a new JwsHeaderBuilder, parented by the given JwtBuilder.
|
SignedEncryptedJwsHeaderBuilder(EncryptedThenSignedJwtBuilder jwtBuilder)
Deprecated.
Constructs a new JwsHeaderBuilder, parented by the given JwtBuilder.
|
Copyright 2010-2022 ForgeRock AS.