Uses of Class
org.forgerock.oauth.resolvers.exceptions.InvalidSignatureException
-
Packages that use InvalidSignatureException 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. -
-
Uses of InvalidSignatureException in org.forgerock.oauth.resolvers
Methods in org.forgerock.oauth.resolvers that throw InvalidSignatureException Modifier and Type Method Description void
JWKOpenIdResolverImpl. 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
SharedSecretOpenIdResolverImpl. verifySignature(SignedJwt idClaim)
Verifies that the JWS was signed by the supplied key.
-