Class Proof

java.lang.Object
org.keycloak.protocol.oid4vc.model.Proof

public class Proof extends Object
Proof to be used in the Credential Request(to allow holder binding) according to OID4VCI
Author:
Stefan Wiedemann
  • Constructor Details

    • Proof

      public Proof()
  • Method Details

    • getProofType

      public ProofType getProofType()
    • setProofType

      public Proof setProofType(ProofType proofType)
    • getProofObject

      public Object getProofObject()
    • setProofObject

      public Proof setProofObject(Object proofObject)