public static aesCtrDecrypt(payload as AESCipherText, key as String, keyEncoding as String = "base64") as String throws CryptoException:
Convenience AES-CTR decryption helper.
Decrypted UTF-8 text.