Class IndyKeyCorrectnessProof
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyKeyCorrectnessProof
-
public class IndyKeyCorrectnessProof extends Object
IndyKeyCorrectnessProof
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndyKeyCorrectnessProof.IndyKeyCorrectnessProofBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_Cstatic StringSERIALIZED_NAME_XR_CAPstatic StringSERIALIZED_NAME_XZ_CAP
-
Constructor Summary
Constructors Constructor Description IndyKeyCorrectnessProof()IndyKeyCorrectnessProof(String c, List<List<String>> xrCap, String xzCap)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndyKeyCorrectnessProof.IndyKeyCorrectnessProofBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetC()List<List<String>>getXrCap()StringgetXzCap()inthashCode()voidsetC(String c)voidsetXrCap(List<List<String>> xrCap)voidsetXzCap(String xzCap)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_C
public static final String SERIALIZED_NAME_C
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_XR_CAP
public static final String SERIALIZED_NAME_XR_CAP
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_XZ_CAP
public static final String SERIALIZED_NAME_XZ_CAP
- See Also:
- Constant Field Values
-
-