Class AbstractProofValidator
java.lang.Object
org.keycloak.protocol.oid4vc.issuance.keybinding.AbstractProofValidator
- All Implemented Interfaces:
- ProofValidator,- Provider
- Direct Known Subclasses:
- AttestationProofValidator,- JwtProofValidator
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected SignatureVerifierContextgetVerifier(JWK jwk, String jwsAlgorithm) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.protocol.oid4vc.issuance.keybinding.ProofValidatorclose, getProofType, validateProof
- 
Field Details- 
keycloakSession
 
- 
- 
Constructor Details- 
AbstractProofValidator
 
- 
- 
Method Details- 
getVerifierprotected SignatureVerifierContext getVerifier(JWK jwk, String jwsAlgorithm) throws VerificationException - Throws:
- VerificationException
 
 
-