All Packages Class Hierarchy This Package Previous Next Index
![]() |
java.lang.Object
|
+----Acme.Crypto.CryptoUtils
|
+----Acme.Crypto.Cipher
|
+----Acme.Crypto.BlockCipher
|
+----Acme.Crypto.AesCipher
Before being selected as the Advanced Encryption Standard this was known as Rijndael, and was designed by Joan Daemen and Vincent Rijmen.
Fetch the software.
Fetch the entire Acme package.
public static final int KEY_SIZE
public static final int BLOCK_SIZE
public AesCipher(String keyStr)
public AesCipher(byte key[])
public static int getRounds(int keySize,
int blockSize)
public void setKey(byte key[])
public void encrypt(byte clearText[],
int clearOff,
byte cipherText[],
int cipherOff)
public void decrypt(byte cipherText[],
int cipherOff,
byte clearText[],
int clearOff)
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs