Uses of Class
org.hyperledger.acy_py.generated.model.IndyProof
-
Packages that use IndyProof Package Description org.hyperledger.acy_py.generated.model -
-
Uses of IndyProof in org.hyperledger.acy_py.generated.model
Methods in org.hyperledger.acy_py.generated.model that return IndyProof Modifier and Type Method Description IndyProofIndyProof.IndyProofBuilder. build()IndyProofV10PresentationExchange. getPresentation()Methods in org.hyperledger.acy_py.generated.model with parameters of type IndyProof Modifier and Type Method Description V10PresentationExchange.V10PresentationExchangeBuilderV10PresentationExchange.V10PresentationExchangeBuilder. presentation(IndyProof presentation)voidV10PresentationExchange. setPresentation(IndyProof presentation)Constructors in org.hyperledger.acy_py.generated.model with parameters of type IndyProof Constructor Description V10PresentationExchange(Boolean autoPresent, Boolean autoVerify, String connectionId, String createdAt, String errorMsg, V10PresentationExchange.InitiatorEnum initiator, IndyProof presentation, String presentationExchangeId, PresentationProposal presentationProposalDict, IndyProofRequest presentationRequest, PresentationRequest presentationRequestDict, V10PresentationExchange.RoleEnum role, String state, String threadId, Boolean trace, String updatedAt, V10PresentationExchange.VerifiedEnum verified)
-