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

DefaultDecryptorWithMAC Class Reference

Password-Based Decryptor using DES-EDE2 and HMAC/SHA-1. More...

#include <default.h>

Inheritance diagram for DefaultDecryptorWithMAC:

ProxyFilter FilterWithBufferedInput Filter BufferedTransformation List of all members.

Public Methods

 DefaultDecryptorWithMAC (const char *passphrase,BufferedTransformation *outQueue=NULL,bool throwException=true)
 DefaultDecryptorWithMAC (const byte *passphrase,unsigned int passphraseLength,BufferedTransformation *outQueue=NULL,bool throwException=true)
DefaultDecryptor::State CurrentState ()const
bool CheckLastMAC ()const

Protected Methods

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

Detailed Description

Password-Based Decryptor using DES-EDE2 and HMAC/SHA-1.

Definition at line 81 of file default.h.


Constructor & Destructor Documentation

DefaultDecryptorWithMAC::DefaultDecryptorWithMAC ( const char * passphrase,
BufferedTransformation * outQueue = NULL,
bool throwException = true )
 

Definition at line 215 of file default.cpp.

DefaultDecryptorWithMAC::DefaultDecryptorWithMAC ( const byte * passphrase,
unsigned int passphraseLength,
BufferedTransformation * outQueue = NULL,
bool throwException = true )
 

Definition at line 223 of file default.cpp.


Member Function Documentation

bool DefaultDecryptorWithMAC::CheckLastMAC ( ) const
 

Definition at line 236 of file default.cpp.

DefaultDecryptor::State DefaultDecryptorWithMAC::CurrentState ( ) const
 

Definition at line 231 of file default.cpp.

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

Reimplemented from FilterWithBufferedInput.

Definition at line 93 of file default.h.

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

Reimplemented from FilterWithBufferedInput.

Definition at line 241 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