Uses of Class
org.hyperledger.acy_py.generated.model.IndyProofIdentifier
-
Packages that use IndyProofIdentifier Package Description org.hyperledger.acy_py.generated.model -
-
Uses of IndyProofIdentifier in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return IndyProofIdentifier Modifier and Type Method Description IndyProofIdentifierIndyProofIdentifier.IndyProofIdentifierBuilder. build()Methods in org.hyperledger.acy_py.generated.model that return types with arguments of type IndyProofIdentifier Modifier and Type Method Description List<IndyProofIdentifier>IndyProof. getIdentifiers()Method parameters in org.hyperledger.acy_py.generated.model with type arguments of type IndyProofIdentifier Modifier and Type Method Description IndyProof.IndyProofBuilderIndyProof.IndyProofBuilder. identifiers(List<IndyProofIdentifier> identifiers)voidIndyProof. setIdentifiers(List<IndyProofIdentifier> identifiers)Constructor parameters in org.hyperledger.acy_py.generated.model with type arguments of type IndyProofIdentifier Constructor Description IndyProof(List<IndyProofIdentifier> identifiers, IndyProofProof proof, IndyProofRequestedProof requestedProof)
-