Uses of Class
org.hyperledger.aries.api.present_proof_v2.V20PresExRecord
-
Packages that use V20PresExRecord Package Description org.hyperledger.aries org.hyperledger.aries.api.present_proof_v2 org.hyperledger.aries.webhook -
-
Uses of V20PresExRecord in org.hyperledger.aries
Methods in org.hyperledger.aries that return types with arguments of type V20PresExRecord Modifier and Type Method Description Optional<V20PresExRecord>AriesClient. presentProofV2CreateRequest(@NonNull V20PresCreateRequestRequest request)Creates a presentation request not bound to any proposal or existing connectionOptional<List<V20PresExRecord>>AriesClient. presentProofV2Records(V2PresentProofRecordsFilter filter)Fetch all present-proof exchange recordsOptional<V20PresExRecord>AriesClient. presentProofV2RecordsGetById(@NonNull String presentationExchangeId)Fetch a single presentation exchange record by IDOptional<V20PresExRecord>AriesClient. presentProofV2RecordsSendPresentation(@NonNull String presentationExchangeId, @NonNull V20PresSpecByFormatRequest presentationRequest)Sends a proof presentationOptional<V20PresExRecord>AriesClient. presentProofV2RecordsSendRequest(@NonNull String presentationExchangeId, @NonNull V20PresentationSendRequestToProposal request)Sends presentation request in reference to a proposalOptional<V20PresExRecord>AriesClient. presentProofV2RecordsVerifyPresentation(@NonNull String presentationExchangeId)Verify a received presentationOptional<V20PresExRecord>AriesClient. presentProofV2SendProposal(@NonNull V20PresProposalRequest proofProposal)Sends a presentation proposalOptional<V20PresExRecord>AriesClient. presentProofV2SendRequest(V20PresSendRequestRequest proofRequest)Sends a free presentation request not bound to any proposal -
Uses of V20PresExRecord in org.hyperledger.aries.api.present_proof_v2
Classes in org.hyperledger.aries.api.present_proof_v2 with type parameters of type V20PresExRecord Modifier and Type Class Description static classV20PresExRecord.V20PresExRecordBuilder<C extends V20PresExRecord,B extends V20PresExRecord.V20PresExRecordBuilder<C,B>>Methods in org.hyperledger.aries.api.present_proof_v2 with parameters of type V20PresExRecord Modifier and Type Method Description static PresentationExchangeRecordV20PresExRecordToV1Converter. toV1(@NonNull V20PresExRecord v2) -
Uses of V20PresExRecord in org.hyperledger.aries.webhook
Methods in org.hyperledger.aries.webhook that return types with arguments of type V20PresExRecord Modifier and Type Method Description reactor.core.publisher.Flux<V20PresExRecord>ReactiveEventHandler. presentationExV2()Methods in org.hyperledger.aries.webhook with parameters of type V20PresExRecord Modifier and Type Method Description voidEventHandler. handleProofV2(V20PresExRecord proof)voidTenantAwareEventHandler. handleProofV2(String walletId, V20PresExRecord proof)
-