Package | Description |
---|---|
org.forgerock.json.jose.builders | |
org.forgerock.json.jose.jwe | |
org.forgerock.json.jose.jws |
Modifier and Type | Method and Description |
---|---|
EncryptedJwt |
EncryptedJwtBuilder.asJwt() |
Modifier and Type | Class and Description |
---|---|
class |
SignedThenEncryptedJwt
A nested signed-then-encrypted JWT.
|
Constructor and Description |
---|
EncryptedThenSignedJwt(JwsHeader header,
EncryptedJwt nestedJwe,
byte[] signingInput,
byte[] signature)
Constructs a reconstructed SignedEncryptedJwt from its constituent parts, the JwsHeader, nested Encrypted JWT,
signing input and signature.
|
EncryptedThenSignedJwt(JwsHeader header,
EncryptedJwt nestedJwe,
SigningHandler signingHandler)
Constructs a fresh, new SignedEncryptedJwt from the given JwsHeader and nested Encrypted JWT.
|
SignedEncryptedJwt(JwsHeader header,
EncryptedJwt nestedJwe,
byte[] signingInput,
byte[] signature)
Deprecated.
Constructs a reconstructed SignedEncryptedJwt from its constituent parts, the JwsHeader, nested Encrypted JWT,
signing input and signature.
|
SignedEncryptedJwt(JwsHeader header,
EncryptedJwt nestedJwe,
SigningHandler signingHandler)
Deprecated.
Constructs a fresh, new SignedEncryptedJwt from the given JwsHeader and nested Encrypted JWT.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.