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

Acme.Crypto.BlowfishCipher Class Reference

Inheritance diagram for Acme.Crypto.BlowfishCipher:

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

Detailed Description

The Blowfish encryption method.

Definition at line 47 of file BlowfishCipher.java.

Public Member Functions

 BlowfishCipher (String keyStr)
 BlowfishCipher (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.
void decrypt (int[] text)
 Decrypt a block of two ints.

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