Package | Description |
---|---|
org.forgerock.oauth.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 |
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.
|
Copyright © 2010-2020, ForgeRock All Rights Reserved.