Interface ProofValidator
- All Superinterfaces:
 Provider
- All Known Implementing Classes:
 AbstractProofValidator,JwtProofValidator
- 
Method Summary
Modifier and TypeMethodDescriptiondefault voidclose()validateProof(VCIssuanceContext vcIssuanceContext) Validates a client-provided key binding proof. 
- 
Method Details
- 
close
default void close() - 
validateProof
Validates a client-provided key binding proof.- Parameters:
 vcIssuanceContext- the issuance context with credential request and config- Returns:
 - the JWK to bind to the credential
 - Throws:
 VCIssuerException
 
 -