Class Environment

java.lang.Object
com.flutterwave.utility.Environment

public class Environment extends Object
Sets environment variables
Author:
cleopatradouglas
  • Constructor Details

    • Environment

      public Environment()
  • Method Details

    • setSecretKey

      public static void setSecretKey(String secretKey)
      Sets the secret key to be used for transactions
      Parameters:
      secretKey - String
    • setPublicKey

      public static void setPublicKey(String publicKey)
      Sets the public key to be used for transactions
      Parameters:
      publicKey - String
    • setEncryptionKey

      public static void setEncryptionKey(String encryptKey)
      Sets the encrypt key to be used for transactions
      Parameters:
      encryptKey - String