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'.
|
org.forgerock.oauth2.core |
Defines the core classes to implement OAuth2 for OpenAM.
|
Modifier and Type | Method and Description |
---|---|
EncryptedJwt |
EncryptedJwtBuilder.asJwt() |
Modifier and Type | Class and Description |
---|---|
class |
SignedThenEncryptedJwt
A nested signed-then-encrypted JWT.
|
Modifier and Type | Method and Description |
---|---|
EncryptedJwt |
EncryptedJwt.copy() |
Constructor and Description |
---|
EncryptedJwt(EncryptedJwt encryptedJwt)
Construct an encrypted JWT from an existent one.
|
SignedThenEncryptedJwt(EncryptedJwt encryptedJwt)
Constructs a fresh signed-then-encrypted JWT from an 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.
|
Modifier and Type | Method and Description |
---|---|
OAuth2Jwt |
ClientRegistration.decryptIdTokenHint(EncryptedJwt encryptedJwt)
Decrypts the provided id_token_hint value.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.