Uses of Class
org.forgerock.oauth.resolvers.exceptions.InvalidSignatureException
Packages that use InvalidSignatureException
Package
Description
This package contains classes to generate Open ID Resolvers, which can
 validate a supplied JWS against an Open ID Connect provider.
- 
Uses of InvalidSignatureException in org.forgerock.oauth.resolvers
Methods in org.forgerock.oauth.resolvers that throw InvalidSignatureExceptionModifier and TypeMethodDescriptionvoidJWKOpenIdResolverImpl.verifySignature(SignedJwt idClaim) Verifies that the JWS was signed by the supplied key.voidPublicKeyOpenIdResolverImpl.verifySignature(SignedJwt idClaim) Verifies that the JWS was signed by the corresponding private key to this public key.voidSharedSecretOpenIdResolverImpl.verifySignature(SignedJwt idClaim) Verifies that the JWS was signed by the supplied key.