Package org.hyperledger.aries.api.jsonld
Class LinkedDataProof
- java.lang.Object
-
- org.hyperledger.aries.api.jsonld.LinkedDataProof
-
public final class LinkedDataProof extends Object
-
-
Constructor Summary
Constructors Constructor Description LinkedDataProof()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetChallenge()StringgetCreated()StringgetDomain()StringgetJws()StringgetNonce()StringgetProofPurpose()StringgetProofValue()ProofTypegetType()StringgetVerificationMethod()inthashCode()voidsetChallenge(String challenge)voidsetCreated(String created)voidsetDomain(String domain)voidsetJws(String jws)voidsetNonce(String nonce)voidsetProofPurpose(String proofPurpose)voidsetProofValue(String proofValue)voidsetType(ProofType type)voidsetVerificationMethod(String verificationMethod)StringtoString()
-
-
-
Method Detail
-
getChallenge
public String getChallenge()
-
getCreated
public String getCreated()
-
getDomain
public String getDomain()
-
getJws
public String getJws()
-
getNonce
public String getNonce()
-
getProofPurpose
public String getProofPurpose()
-
getProofValue
public String getProofValue()
-
getType
public ProofType getType()
-
getVerificationMethod
public String getVerificationMethod()
-
setChallenge
public void setChallenge(String challenge)
-
setCreated
public void setCreated(String created)
-
setDomain
public void setDomain(String domain)
-
setJws
public void setJws(String jws)
-
setNonce
public void setNonce(String nonce)
-
setProofPurpose
public void setProofPurpose(String proofPurpose)
-
setProofValue
public void setProofValue(String proofValue)
-
setType
public void setType(ProofType type)
-
setVerificationMethod
public void setVerificationMethod(String verificationMethod)
-
-