Interface ProofValidator

All Superinterfaces:
Provider
All Known Implementing Classes:
AbstractProofValidator, AttestationProofValidator, JwtProofValidator

public interface ProofValidator extends Provider
  • Method Details

    • close

      default void close()
      Specified by:
      close in interface Provider
    • getProofType

      String getProofType()
    • validateProof

      List<JWK> validateProof(VCIssuanceContext vcIssuanceContext) throws VCIssuerException
      Validates client-provided key binding proofs.
      Parameters:
      vcIssuanceContext - the issuance context with credential request and config
      Returns:
      the list of JWKs to bind to credentials (one JWK per credential)
      Throws:
      VCIssuerException