AES

An implementation of the AES block cipher algorithm, also known as Rijndael. Only AES-128 is supported by this class.

Methods
void decrypt(byte[] bytes, int off, int len)
void decrypt(byte[] bytes, int off, int len)
void encrypt(byte[] bytes, int off, int len)
void encrypt(byte[] bytes, int off, int len)
int getKeyLength()
int getKeyLength()
void setKey(byte[] key)
void setKey(byte[] key)