Class ProofRequestPresentation.PresentationAttachment
- java.lang.Object
-
- org.hyperledger.aries.api.present_proof.ProofRequestPresentation.PresentationAttachment
-
- Enclosing class:
- ProofRequestPresentation
public static class ProofRequestPresentation.PresentationAttachment extends Object
-
-
Constructor Summary
Constructors Constructor Description PresentationAttachment(String proofRequest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Map<String,String>getData()StringgetId()StringgetMimeType()inthashCode()voidsetData(Map<String,String> data)voidsetId(String id)voidsetMimeType(String mimeType)StringtoString()
-
-
-
Constructor Detail
-
PresentationAttachment
public PresentationAttachment(String proofRequest)
-
-