AESUtils

Undocumented in source.

Members

Static functions

decrypt
ubyte[] decrypt(ubyte[] buffer, char[] key, ubyte[] iv, PaddingMode paddingMode)

Undocumented in source. Be warned that the author may not have intended to support it.

encrypt
ubyte[] encrypt(ubyte[] buffer, char[] key, ubyte[] iv, PaddingMode paddingMode)

Undocumented in source. Be warned that the author may not have intended to support it.

Meta