Uses of Class
org.hyperledger.aries.api.present_proof.PresentationRequestCredentials
-
Packages that use PresentationRequestCredentials Package Description org.hyperledger.aries org.hyperledger.aries.api.present_proof -
-
Uses of PresentationRequestCredentials in org.hyperledger.aries
Methods in org.hyperledger.aries that return types with arguments of type PresentationRequestCredentials Modifier and Type Method Description Optional<List<PresentationRequestCredentials>>AriesClient. presentProofRecordsCredentials(@NonNull String presentationExchangeId)Fetch credentials for a presentation request from walletOptional<List<PresentationRequestCredentials>>AriesClient. presentProofRecordsCredentials(@NonNull String presentationExchangeId, PresentationRequestCredentialsFilter filter)Fetch credentials for a presentation request from walletOptional<List<PresentationRequestCredentials>>AriesClient. presentProofV2RecordsCredentials(@NonNull String presentationExchangeId, PresentationRequestCredentialsFilter filter)Fetch matching indy credentials for a presentation request from wallet. -
Uses of PresentationRequestCredentials in org.hyperledger.aries.api.present_proof
Method parameters in org.hyperledger.aries.api.present_proof with type arguments of type PresentationRequestCredentials Modifier and Type Method Description static Optional<PresentationRequest>PresentationRequestBuilder. acceptAll(@NonNull PresentationExchangeRecord presentationExchange, @NonNull List<PresentationRequestCredentials> matchingCredentials)Auto accept all matching credentials
-