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

Acme.Crypto.NullCipher Class Reference

Inheritance diagram for Acme.Crypto.NullCipher:

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

Detailed Description

The null encryption method.

Definition at line 47 of file NullCipher.java.

Public Member Functions

 NullCipher ()
 Constructor.
void setKey (byte[] key)
 Set the key. Null routine to avoid compilation error.
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.


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