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

Acme.Crypto.StreamCipher Class Reference

Inheritance diagram for Acme.Crypto.StreamCipher:

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

Detailed Description

A stream encryption template.

Definition at line 44 of file StreamCipher.java.

Public Member Functions

 StreamCipher (int keySize)
 Constructor.
abstract byte encrypt (byte clearText)
 Encrypt a byte.
abstract byte decrypt (byte cipherText)
 Decrypt a byte.
void encrypt (byte[] clearText, byte[] cipherText)
 Encrypt an array of bytes.
void decrypt (byte[] cipherText, byte[] clearText)
 Decrypt an array of bytes.
void encrypt (byte[] clearText, int clearOff, byte[] cipherText, int cipherOff, int len)
 Encrypt some bytes.
void decrypt (byte[] cipherText, int cipherOff, byte[] clearText, int clearOff, int len)
 Decrypt some bytes.


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