Uses of Class
org.hyperledger.aries.api.present_proof.PresentationRequest
-
Packages that use PresentationRequest Package Description org.hyperledger.aries org.hyperledger.aries.api.present_proof org.hyperledger.aries.api.present_proof_v2 -
-
Uses of PresentationRequest in org.hyperledger.aries
Methods in org.hyperledger.aries with parameters of type PresentationRequest Modifier and Type Method Description Optional<PresentationExchangeRecord>AriesClient. presentProofRecordsSendPresentation(@NonNull String presentationExchangeId, @NonNull PresentationRequest presentationRequest)Sends a proof presentation -
Uses of PresentationRequest in org.hyperledger.aries.api.present_proof
Methods in org.hyperledger.aries.api.present_proof that return PresentationRequest Modifier and Type Method Description PresentationRequestPresentationRequest.PresentationRequestBuilder. build()Methods in org.hyperledger.aries.api.present_proof that return types with arguments of type PresentationRequest Modifier and Type Method Description static Optional<PresentationRequest>PresentationRequestBuilder. acceptAll(@NonNull PresentationExchangeRecord presentationExchange, @NonNull List<PresentationRequestCredentials> matchingCredentials)Auto accept all matching credentials -
Uses of PresentationRequest in org.hyperledger.aries.api.present_proof_v2
Methods in org.hyperledger.aries.api.present_proof_v2 that return PresentationRequest Modifier and Type Method Description PresentationRequestV20PresSpecByFormatRequest. getIndy()Methods in org.hyperledger.aries.api.present_proof_v2 with parameters of type PresentationRequest Modifier and Type Method Description V20PresSpecByFormatRequest.V20PresSpecByFormatRequestBuilderV20PresSpecByFormatRequest.V20PresSpecByFormatRequestBuilder. indy(PresentationRequest indy)voidV20PresSpecByFormatRequest. setIndy(PresentationRequest indy)Constructors in org.hyperledger.aries.api.present_proof_v2 with parameters of type PresentationRequest Constructor Description V20PresSpecByFormatRequest(DIFPresSpec dif, PresentationRequest indy, Boolean trace)
-