Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

DefaultEncryptor Class Reference

Password-Based Encryptor using DES-EDE2. More...

#include <default.h>

Inheritance diagram for DefaultEncryptor:

ProxyFilter FilterWithBufferedInput Filter BufferedTransformation List of all members.

Public Methods

 DefaultEncryptor (const char *passphrase,BufferedTransformation *outQueue=NULL)
 DefaultEncryptor (const byte *passphrase,unsigned int passphraseLength,BufferedTransformation *outQueue=NULL)

Protected Methods

void FirstPut (const byte *)
void LastPut (const byte *inString,unsigned int length)

Detailed Description

Password-Based Encryptor using DES-EDE2.

Definition at line 17 of file default.h.


Constructor & Destructor Documentation

DefaultEncryptor::DefaultEncryptor ( const char * passphrase,
BufferedTransformation * outQ = NULL )
 

Definition at line 73 of file default.cpp.

DefaultEncryptor::DefaultEncryptor ( const byte * passphrase,
unsigned int passphraseLength,
BufferedTransformation * outQ = NULL )
 

Definition at line 78 of file default.cpp.


Member Function Documentation

void DefaultEncryptor::FirstPut ( const byte * inString ) [protected, virtual]
 

Reimplemented from FilterWithBufferedInput.

Definition at line 83 of file default.cpp.

void DefaultEncryptor::LastPut ( const byte * inString,
unsigned int length ) [protected, virtual]
 

Reimplemented from FilterWithBufferedInput.

Definition at line 117 of file default.cpp.


The documentation for this class was generated from the following files:
Generated at Mon Jan 15 01:16:44 2001 for Crypto++ by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000