Simias::Encryption::Blowfish Class Reference

Class that provides blowfish encryption. More...

List of all members.

Public Member Functions

 Blowfish (byte[] key)
 Constructs and initializes a blowfish instance with the supplied key.
void Encipher (byte[] data, int length)
 Encrypts a byte array in place.
void Decipher (byte[] data, int length)
 Decrypts a byte array in place.


Detailed Description

Class that provides blowfish encryption.


Constructor & Destructor Documentation

Simias::Encryption::Blowfish::Blowfish ( byte[]  key  )  [inline]

Constructs and initializes a blowfish instance with the supplied key.

Parameters:
key The key to cipher with.


Member Function Documentation

void Simias::Encryption::Blowfish::Encipher ( byte[]  data,
int  length 
) [inline]

Encrypts a byte array in place.

Parameters:
data The array to encrypt.
length The amount to encrypt.

void Simias::Encryption::Blowfish::Decipher ( byte[]  data,
int  length 
) [inline]

Decrypts a byte array in place.

Parameters:
data The array to decrypt.
length The amount to decrypt.


The documentation for this class was generated from the following file:

Generated on Wed Apr 8 14:48:01 2009 for simias by  doxygen 1.5.6