This method takes in a String of a Base64 encoded byte array of encrypted data and decrypts it using the AES
algorithm and the key used to setup this class.
This method takes in a cipher key byte array, sets it into this class's member variable KeyBytes, and then calls
initialize() to initialize the encryption and decryption Cipher instances with this new key.