Package | Description |
---|---|
org.forgerock.json.jose.builders |
Classes and interfaces for builder to build JWTs using a fluent API.
|
org.forgerock.json.jose.jwe |
Classes and interfaces for JWT encryption and JWEs.
|
org.forgerock.json.jose.jws |
Classes and interfaces for JWT signing and JWS'.
|
Modifier and Type | Method and Description |
---|---|
SignedJwt |
SignedJwtBuilderImpl.asJwt() |
SignedJwt |
EncryptedThenSignedJwtBuilder.asJwt() |
Modifier and Type | Method and Description |
---|---|
SignedJwt |
SignedThenEncryptedJwt.getSignedJwt()
Get the signed JWT.
|
Constructor and Description |
---|
SignedThenEncryptedJwt(JweHeader header,
SignedJwt payload,
Key publicKey)
Constructs a fresh signed-then-encrypted JWT with the given signed JWT payload, JWE headers and encryption key.
|
Modifier and Type | Class and Description |
---|---|
class |
EncryptedThenSignedJwt
An implementation of a JWS with a nested JWE as its payload.
|
class |
SignedEncryptedJwt
Deprecated.
Use
EncryptedThenSignedJwt instead. |
Modifier and Type | Method and Description |
---|---|
SignedJwt |
SignedJwt.copy() |
Constructor and Description |
---|
SignedJwt(SignedJwt signedJwt)
Construct an signed JWT from an existent one.
|
Copyright 2010-2022 ForgeRock AS.