Class AbstractProofValidator
java.lang.Object
org.keycloak.protocol.oid4vc.issuance.keybinding.AbstractProofValidator
- All Implemented Interfaces:
ProofValidator
,Provider
- Direct Known Subclasses:
JwtProofValidator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SignatureVerifierContext
getVerifier
(JWK jwk, String jwsAlgorithm) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.protocol.oid4vc.issuance.keybinding.ProofValidator
close, validateProof
-
Field Details
-
keycloakSession
-
-
Constructor Details
-
AbstractProofValidator
-
-
Method Details
-
getVerifier
protected SignatureVerifierContext getVerifier(JWK jwk, String jwsAlgorithm) throws VerificationException - Throws:
VerificationException
-