Class AESUtility

java.lang.Object
com.zyneonstudios.nexus.utilities.aes.AESUtility

public class AESUtility extends Object
  • Constructor Details

    • AESUtility

      public AESUtility()
  • Method Details

    • encrypt

      public static byte[] encrypt(byte[] key, byte[] data) throws Exception
      Throws:
      Exception
    • decrypt

      public static byte[] decrypt(byte[] key, byte[] encryptedData) throws Exception
      Throws:
      Exception