java.lang.Object
org.keycloak.protocol.oid4vc.model.vcdm.LdProof

public class LdProof extends Object
Pojo to represent a linked-data proof
Author:
Stefan Wiedemann
  • Constructor Details

    • LdProof

      public LdProof()
  • Method Details

    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • setAdditionalProperties

      public void setAdditionalProperties(String name, Object property)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getCreated

      public Date getCreated()
    • setCreated

      public void setCreated(Date created)
    • getProofPurpose

      public String getProofPurpose()
    • setProofPurpose

      public void setProofPurpose(String proofPurpose)
    • getVerificationMethod

      public String getVerificationMethod()
    • setVerificationMethod

      public void setVerificationMethod(String verificationMethod)
    • getProofValue

      public String getProofValue()
    • setProofValue

      public void setProofValue(String proofValue)
    • getJws

      public String getJws()
    • setJws

      public void setJws(String jws)