Uses of Class
org.hyperledger.acy_py.generated.model.IndyKeyCorrectnessProof
-
Packages that use IndyKeyCorrectnessProof Package Description org.hyperledger.acy_py.generated.model -
-
Uses of IndyKeyCorrectnessProof in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return IndyKeyCorrectnessProof Modifier and Type Method Description IndyKeyCorrectnessProofIndyKeyCorrectnessProof.IndyKeyCorrectnessProofBuilder. build()IndyKeyCorrectnessProofIndyCredAbstract. getKeyCorrectnessProof()Methods in org.hyperledger.acy_py.generated.model with parameters of type IndyKeyCorrectnessProof Modifier and Type Method Description IndyCredAbstract.IndyCredAbstractBuilderIndyCredAbstract.IndyCredAbstractBuilder. keyCorrectnessProof(IndyKeyCorrectnessProof keyCorrectnessProof)voidIndyCredAbstract. setKeyCorrectnessProof(IndyKeyCorrectnessProof keyCorrectnessProof)Constructors in org.hyperledger.acy_py.generated.model with parameters of type IndyKeyCorrectnessProof Constructor Description IndyCredAbstract(String credDefId, IndyKeyCorrectnessProof keyCorrectnessProof, String nonce, String schemaId)
-