Package | Description |
---|---|
org.forgerock.jaspi.modules.openid.resolvers | |
org.forgerock.json.jose.builders | |
org.forgerock.json.jose.jwe | |
org.forgerock.json.jose.jws |
Modifier and Type | Method and Description |
---|---|
void |
SharedSecretOpenIdResolverImpl.validateIdentity(SignedJwt idClaim)
Validates the supplied Jwt against this OpenId Connect Idp.
|
void |
PublicKeyOpenIdResolverImpl.validateIdentity(SignedJwt idClaim)
Validates the supplied Jwt against this OpenId Connect Idp.
|
void |
OpenIdResolver.validateIdentity(SignedJwt idClaim)
Validates the supplied Jwt against this OpenId Connect Idp.
|
void |
JWKOpenIdResolverImpl.validateIdentity(SignedJwt idClaim)
Validates the supplied Jwt against this OpenId Connect Idp.
|
void |
BaseOpenIdResolver.validateIdentity(SignedJwt idClaim)
Validates the supplied Jwt against this OpenId Connect Idp.
|
void |
SharedSecretOpenIdResolverImpl.verifySignature(SignedJwt idClaim)
Verifies that the JWS was signed by the supplied key.
|
void |
PublicKeyOpenIdResolverImpl.verifySignature(SignedJwt idClaim)
Verifies that the JWS was signed by the corresponding private key to this
public key.
|
void |
JWKOpenIdResolverImpl.verifySignature(SignedJwt idClaim)
Verifies that the JWS was signed by the supplied key.
|
Modifier and Type | Method and Description |
---|---|
SignedJwt |
SignedJwtBuilderImpl.asJwt() |
SignedJwt |
EncryptedThenSignedJwtBuilder.asJwt() |
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. |
Copyright © 2025 Open Identity Platform Community. All rights reserved.