Class IndyEQProof
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyEQProof
-
public class IndyEQProof extends Object
IndyEQProof
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyEQProof.IndyEQProofBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_A_PRIMEstatic StringSERIALIZED_NAME_Estatic StringSERIALIZED_NAME_Mstatic StringSERIALIZED_NAME_M2static StringSERIALIZED_NAME_REVEALED_ATTRSstatic StringSERIALIZED_NAME_V
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyEQProof.IndyEQProofBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAPrime()StringgetE()Map<String,String>getM()StringgetM2()Map<String,String>getRevealedAttrs()StringgetV()inthashCode()voidsetAPrime(String aPrime)voidsetE(String e)voidsetM(Map<String,String> m)voidsetM2(String m2)voidsetRevealedAttrs(Map<String,String> revealedAttrs)voidsetV(String v)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_A_PRIME
public static final String SERIALIZED_NAME_A_PRIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_E
public static final String SERIALIZED_NAME_E
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_M
public static final String SERIALIZED_NAME_M
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_M2
public static final String SERIALIZED_NAME_M2
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REVEALED_ATTRS
public static final String SERIALIZED_NAME_REVEALED_ATTRS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_V
public static final String SERIALIZED_NAME_V
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static IndyEQProof.IndyEQProofBuilder builder()
-
getAPrime
public String getAPrime()
-
getE
public String getE()
-
getM2
public String getM2()
-
getV
public String getV()
-
setAPrime
public void setAPrime(String aPrime)
-
setE
public void setE(String e)
-
setM2
public void setM2(String m2)
-
setV
public void setV(String v)
-
canEqual
protected boolean canEqual(Object other)
-
-