http://idk.i2p/javadoc-i2p/net/i2p/crypto/CryptixAESEngine.html
AESEngine _context , _log Constructor Summary Constructors Constructor Description CryptixAESEngine ( I2PAppContext context) Method Summary All Methods Instance Methods Concrete Methods Modifier and Type Method Description void decrypt (byte[] payload,
int payloadIndex,
byte[] out,
int outIndex, SessionKey sessionKey,
byte[] iv,
int length) Decrypt the data with the session key void decrypt (byte[] payload,
int payloadIndex,
byte[] out,
int outIndex, SessionKey...