Package | Description |
---|---|
org.forgerock.json.jose.builders |
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 © 2025 Open Identity Platform Community. All rights reserved.