Class LdProof
java.lang.Object
org.keycloak.protocol.oid4vc.model.vcdm.LdProof
Pojo to represent a linked-data proof
- Author:
- Stefan Wiedemann
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetJws()
getType()
void
setAdditionalProperties
(String name, Object property) void
setCreated
(Date created) void
void
setProofPurpose
(String proofPurpose) void
setProofValue
(String proofValue) void
void
setVerificationMethod
(String verificationMethod)
-
Constructor Details
-
LdProof
public LdProof()
-
-
Method Details
-
getAdditionalProperties
-
setAdditionalProperties
-
getType
-
setType
-
getCreated
-
setCreated
-
getProofPurpose
-
setProofPurpose
-
getVerificationMethod
-
setVerificationMethod
-
getProofValue
-
setProofValue
-
getJws
-
setJws
-