Uses of Class
com.hyperwallet.clientsdk.util.HyperwalletEncryption.HyperwalletEncryptionBuilder
-
Packages that use HyperwalletEncryption.HyperwalletEncryptionBuilder Package Description com.hyperwallet.clientsdk.util -
-
Uses of HyperwalletEncryption.HyperwalletEncryptionBuilder in com.hyperwallet.clientsdk.util
Methods in com.hyperwallet.clientsdk.util that return HyperwalletEncryption.HyperwalletEncryptionBuilder Modifier and Type Method Description HyperwalletEncryption.HyperwalletEncryptionBuilderHyperwalletEncryption.HyperwalletEncryptionBuilder. clientPrivateKeySetLocation(String clientPrivateKeySetLocation)HyperwalletEncryption.HyperwalletEncryptionBuilderHyperwalletEncryption.HyperwalletEncryptionBuilder. encryptionAlgorithm(com.nimbusds.jose.JWEAlgorithm encryptionAlgorithm)HyperwalletEncryption.HyperwalletEncryptionBuilderHyperwalletEncryption.HyperwalletEncryptionBuilder. encryptionMethod(com.nimbusds.jose.EncryptionMethod encryptionMethod)HyperwalletEncryption.HyperwalletEncryptionBuilderHyperwalletEncryption.HyperwalletEncryptionBuilder. hyperwalletKeySetLocation(String hyperwalletKeySetLocation)HyperwalletEncryption.HyperwalletEncryptionBuilderHyperwalletEncryption.HyperwalletEncryptionBuilder. jwsExpirationMinutes(Integer jwsExpirationMinutes)HyperwalletEncryption.HyperwalletEncryptionBuilderHyperwalletEncryption.HyperwalletEncryptionBuilder. proxy(Proxy proxy)HyperwalletEncryption.HyperwalletEncryptionBuilderHyperwalletEncryption.HyperwalletEncryptionBuilder. proxyPassword(String proxyPassword)HyperwalletEncryption.HyperwalletEncryptionBuilderHyperwalletEncryption.HyperwalletEncryptionBuilder. proxyUsername(String proxyUsername)HyperwalletEncryption.HyperwalletEncryptionBuilderHyperwalletEncryption.HyperwalletEncryptionBuilder. signAlgorithm(com.nimbusds.jose.JWSAlgorithm signAlgorithm)
-