Package com.flutterwave.utility
Class Environment
java.lang.Object
com.flutterwave.utility.Environment
Sets environment variables
- Author:
- cleopatradouglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetEncryptionKey(String encryptKey) Sets the encrypt key to be used for transactionsstatic voidsetPublicKey(String publicKey) Sets the public key to be used for transactionsstatic voidsetSecretKey(String secretKey) Sets the secret key to be used for transactions
-
Constructor Details
-
Environment
public Environment()
-
-
Method Details
-
setSecretKey
Sets the secret key to be used for transactions- Parameters:
secretKey- String
-
setPublicKey
Sets the public key to be used for transactions- Parameters:
publicKey- String
-
setEncryptionKey
Sets the encrypt key to be used for transactions- Parameters:
encryptKey- String
-