Package com.hyperwallet.clientsdk.util
Class HyperwalletEncryption.HyperwalletEncryptionBuilder
- java.lang.Object
-
- com.hyperwallet.clientsdk.util.HyperwalletEncryption.HyperwalletEncryptionBuilder
-
- Enclosing class:
- HyperwalletEncryption
public static class HyperwalletEncryption.HyperwalletEncryptionBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description HyperwalletEncryptionBuilder()
-
Method Summary
-
-
-
Method Detail
-
encryptionAlgorithm
public HyperwalletEncryption.HyperwalletEncryptionBuilder encryptionAlgorithm(com.nimbusds.jose.JWEAlgorithm encryptionAlgorithm)
-
signAlgorithm
public HyperwalletEncryption.HyperwalletEncryptionBuilder signAlgorithm(com.nimbusds.jose.JWSAlgorithm signAlgorithm)
-
encryptionMethod
public HyperwalletEncryption.HyperwalletEncryptionBuilder encryptionMethod(com.nimbusds.jose.EncryptionMethod encryptionMethod)
-
clientPrivateKeySetLocation
public HyperwalletEncryption.HyperwalletEncryptionBuilder clientPrivateKeySetLocation(String clientPrivateKeySetLocation)
-
hyperwalletKeySetLocation
public HyperwalletEncryption.HyperwalletEncryptionBuilder hyperwalletKeySetLocation(String hyperwalletKeySetLocation)
-
jwsExpirationMinutes
public HyperwalletEncryption.HyperwalletEncryptionBuilder jwsExpirationMinutes(Integer jwsExpirationMinutes)
-
proxy
public HyperwalletEncryption.HyperwalletEncryptionBuilder proxy(Proxy proxy)
-
proxyUsername
public HyperwalletEncryption.HyperwalletEncryptionBuilder proxyUsername(String proxyUsername)
-
proxyPassword
public HyperwalletEncryption.HyperwalletEncryptionBuilder proxyPassword(String proxyPassword)
-
build
public HyperwalletEncryption build()
-
-