Class V20CredExRecordByFormat.LdProof
- java.lang.Object
-
- org.hyperledger.aries.api.issue_credential_v2.V20CredExRecordByFormat.LdProof
-
- Enclosing class:
- V20CredExRecordByFormat
public static class V20CredExRecordByFormat.LdProof extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV20CredExRecordByFormat.LdProof.LdProofBuilder
-
Constructor Summary
Constructors Constructor Description LdProof()LdProof(VerifiableCredential credential, V2CredentialExchangeFree.LDProofVCDetailOptions options)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V20CredExRecordByFormat.LdProof.LdProofBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)VerifiableCredentialgetCredential()V2CredentialExchangeFree.LDProofVCDetailOptionsgetOptions()inthashCode()voidsetCredential(VerifiableCredential credential)voidsetOptions(V2CredentialExchangeFree.LDProofVCDetailOptions options)Map<String,String>toFlatMap()Assumes that the credential subject is a flat key/value map.StringtoString()
-
-
-
Constructor Detail
-
LdProof
public LdProof(VerifiableCredential credential, V2CredentialExchangeFree.LDProofVCDetailOptions options)
-
LdProof
public LdProof()
-
-
Method Detail
-
toFlatMap
public Map<String,String> toFlatMap()
Assumes that the credential subject is a flat key/value map.- Returns:
- the credential subject as map
-
builder
public static V20CredExRecordByFormat.LdProof.LdProofBuilder builder()
-
getCredential
public VerifiableCredential getCredential()
-
getOptions
public V2CredentialExchangeFree.LDProofVCDetailOptions getOptions()
-
setCredential
public void setCredential(VerifiableCredential credential)
-
setOptions
public void setOptions(V2CredentialExchangeFree.LDProofVCDetailOptions options)
-
canEqual
protected boolean canEqual(Object other)
-
-