All Packages Class Hierarchy This Package Previous Next Index
![]()  | 
java.lang.Object
   |
   +----Acme.Crypto.CryptoUtils
           |
           +----Acme.Crypto.Cipher
                   |
                   +----Acme.Crypto.BlockCipher
                           |
                           +----Acme.Crypto.Rc6Cipher
This was one of the finalists for the Advanced Encryption Standard.
 Fetch the software.
 Fetch the entire Acme package.
 
public Rc6Cipher(String keyStr)
public Rc6Cipher(byte key[])
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