- 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.