| Package | Description |
|---|---|
| org.forgerock.jaspi.modules.openid.resolvers |
This package contains classes to generate Open ID Resolvers, which can
validate a supplied JWS against an Open ID Connect provider.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PublicKeyOpenIdResolverImpl.verifySignature(org.forgerock.json.jose.jws.SignedJwt idClaim)
Verifies that the JWS was signed by the corresponding private key to this
public key.
|
void |
JWKOpenIdResolverImpl.verifySignature(org.forgerock.json.jose.jws.SignedJwt idClaim)
Verifies that the JWS was signed by the supplied key.
|
void |
SharedSecretOpenIdResolverImpl.verifySignature(org.forgerock.json.jose.jws.SignedJwt idClaim)
Verifies that the JWS was signed by the supplied key.
|
Copyright © 2016 ForgeRock AS. All Rights Reserved.