Uses of Class
org.hyperledger.aries.api.present_proof_v2.V20PresProposalRequest
-
Packages that use V20PresProposalRequest Package Description org.hyperledger.aries org.hyperledger.aries.api.present_proof org.hyperledger.aries.api.present_proof_v2 -
-
Uses of V20PresProposalRequest in org.hyperledger.aries
Methods in org.hyperledger.aries with parameters of type V20PresProposalRequest Modifier and Type Method Description Optional<V20PresExRecord>AriesClient. presentProofV2SendProposal(@NonNull V20PresProposalRequest proofProposal)Sends a presentation proposal -
Uses of V20PresProposalRequest in org.hyperledger.aries.api.present_proof
Methods in org.hyperledger.aries.api.present_proof that return V20PresProposalRequest Modifier and Type Method Description static V20PresProposalRequestPresentProofProposalBuilder. v2IndyFromCredential(@NonNull String connectionId, @NonNull Credential cred, String requestName)A v2 indy presentation proposal is build upon a proof request -
Uses of V20PresProposalRequest in org.hyperledger.aries.api.present_proof_v2
Methods in org.hyperledger.aries.api.present_proof_v2 that return V20PresProposalRequest Modifier and Type Method Description V20PresProposalRequestV20PresProposalRequest.V20PresProposalRequestBuilder. build()
-