Uses of Class
org.hyperledger.acy_py.generated.model.IndyGEProof
-
Packages that use IndyGEProof Package Description org.hyperledger.acy_py.generated.model -
-
Uses of IndyGEProof in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return IndyGEProof Modifier and Type Method Description IndyGEProofIndyGEProof.IndyGEProofBuilder. build()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type IndyGEProof Modifier and Type Method Description List<IndyGEProof>IndyPrimaryProof. getGeProofs()Method parameters in org.hyperledger.acy_py.generated.model with type arguments of type IndyGEProof Modifier and Type Method Description IndyPrimaryProof.IndyPrimaryProofBuilderIndyPrimaryProof.IndyPrimaryProofBuilder. geProofs(List<IndyGEProof> geProofs)voidIndyPrimaryProof. setGeProofs(List<IndyGEProof> geProofs)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type IndyGEProof Constructor Description IndyPrimaryProof(IndyEQProof eqProof, List<IndyGEProof> geProofs)
-