Main Page | Packages | Class Hierarchy | Class List | Directories | File List | Class Members | Related Pages

Acme.Crypto.IdeaCipher Class Reference

Inheritance diagram for Acme.Crypto.IdeaCipher:

Acme.Crypto.BlockCipher Acme.Crypto.Cipher Acme.Crypto.CryptoUtils List of all members.

Detailed Description

The IDEA encryption method.

Definition at line 57 of file IdeaCipher.java.

Public Member Functions

 IdeaCipher (String keyStr)
 IdeaCipher (byte[] key)
void setKey (byte[] key)
 Set the key.
void encrypt (byte[] clearText, int clearOff, byte[] cipherText, int cipherOff)
 Encrypt a block of eight bytes.
void decrypt (byte[] cipherText, int cipherOff, byte[] clearText, int clearOff)
 Decrypt a block of eight bytes.

Static Public Member Functions

static void main (String[] args)
 Test routine.


The documentation for this class was generated from the following file:
Generated on Wed Dec 14 21:05:36 2005 for OpenMobileIS by  doxygen 1.4.4