Class IndyKeyCorrectnessProof.IndyKeyCorrectnessProofBuilder
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.IndyKeyCorrectnessProof.IndyKeyCorrectnessProofBuilder
-
- Enclosing class:
- IndyKeyCorrectnessProof
public static class IndyKeyCorrectnessProof.IndyKeyCorrectnessProofBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndyKeyCorrectnessProofbuild()IndyKeyCorrectnessProof.IndyKeyCorrectnessProofBuilderc(String c)StringtoString()IndyKeyCorrectnessProof.IndyKeyCorrectnessProofBuilderxrCap(List<List<String>> xrCap)IndyKeyCorrectnessProof.IndyKeyCorrectnessProofBuilderxzCap(String xzCap)
-
-
-
Method Detail
-
c
public IndyKeyCorrectnessProof.IndyKeyCorrectnessProofBuilder c(String c)
- Returns:
this.
-
xrCap
public IndyKeyCorrectnessProof.IndyKeyCorrectnessProofBuilder xrCap(List<List<String>> xrCap)
- Returns:
this.
-
xzCap
public IndyKeyCorrectnessProof.IndyKeyCorrectnessProofBuilder xzCap(String xzCap)
- Returns:
this.
-
build
public IndyKeyCorrectnessProof build()
-
-