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

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 Mon Jan 14 17:29:51 2008 for OpenMobileIS by  doxygen 1.5.4