Uses of Class
com.hyperwallet.clientsdk.util.HyperwalletEncryption
-
Packages that use HyperwalletEncryption Package Description com.hyperwallet.clientsdk com.hyperwallet.clientsdk.util -
-
Uses of HyperwalletEncryption in com.hyperwallet.clientsdk
Constructors in com.hyperwallet.clientsdk with parameters of type HyperwalletEncryption Constructor Description Hyperwallet(String username, String password, String programToken, HyperwalletEncryption hyperwalletEncryption)Create Hyperwallet SDK instanceHyperwallet(String username, String password, String programToken, String server, HyperwalletEncryption hyperwalletEncryption)Create Hyperwallet SDK instanceHyperwallet(String username, String password, String programToken, String server, HyperwalletEncryption hyperwalletEncryption, int connectionTimeout, int readTimeout)Create Hyperwallet SDK instance -
Uses of HyperwalletEncryption in com.hyperwallet.clientsdk.util
Methods in com.hyperwallet.clientsdk.util that return HyperwalletEncryption Modifier and Type Method Description HyperwalletEncryptionHyperwalletEncryption.HyperwalletEncryptionBuilder. build()Constructors in com.hyperwallet.clientsdk.util with parameters of type HyperwalletEncryption Constructor Description HyperwalletApiClient(String username, String password, String version, HyperwalletEncryption hyperwalletEncryption, int connectionTimeout, int readTimeout)Create a instance of the API client
-