Uses of Class
org.hyperledger.aries.AriesClient
-
Packages that use AriesClient Package Description org.hyperledger.aries org.hyperledger.aries.api.issue_credential_v1 org.hyperledger.aries.api.present_proof -
-
Uses of AriesClient in org.hyperledger.aries
Methods in org.hyperledger.aries that return AriesClient Modifier and Type Method Description AriesClientAriesClient.AriesClientBuilder. build()AriesClientClientToTenant. send()Constructors in org.hyperledger.aries with parameters of type AriesClient Constructor Description ClientToTenant(@NonNull AriesClient restClient, @NonNull AriesWebSocketClient webSocketClient, @NonNull WalletRecord walletRecord) -
Uses of AriesClient in org.hyperledger.aries.api.issue_credential_v1
Constructors in org.hyperledger.aries.api.issue_credential_v1 with parameters of type AriesClient Constructor Description V1CredentialFreeOfferHelper(AriesClient acaPy) -
Uses of AriesClient in org.hyperledger.aries.api.present_proof
Constructors in org.hyperledger.aries.api.present_proof with parameters of type AriesClient Constructor Description ProofRequestPresentationBuilder(AriesClient acaPy)
-