http://idk.i2p/javadoc-i2p/net/i2p/crypto/CryptixRijndael_Algorithm.html
Barreto
License is apparently available from http://www.cryptix.org/docs/license.html Constructor Summary Constructors Constructor Description CryptixRijndael_Algorithm () Method Summary All Methods Static Methods Concrete Methods Modifier and Type Method Description static final void blockDecrypt (byte[] in,
byte[] result,
int inOffset,
int outOffset, Object sessionKey) Convenience method to decrypt exactly one block of plaintext, assuming
Rijndael's default block size (128-bit)....