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

HashFilter Class Reference

Filter Wrapper for HashModule. More...

#include <filters.h>

Inheritance diagram for HashFilter:

Filter BufferedTransformation List of all members.

Public Methods

 HashFilter (HashModule &hm,BufferedTransformation *outQueue=NULL,bool putMessage=false)
void MessageEnd (int propagation=-1)
 mark end of an input segment, message, or packet. More...

void Put (byte inByte)
 input a byte for processing. More...

void Put (const byte *inString,unsigned int length)
 input multiple bytes. More...


Detailed Description

Filter Wrapper for HashModule.

Definition at line 138 of file filters.h.


Constructor & Destructor Documentation

HashFilter::HashFilter ( HashModule & hm,
BufferedTransformation * outQueue = NULL,
bool putMessage = false ) [inline]
 

Definition at line 141 of file filters.h.


Member Function Documentation

void HashFilter::MessageEnd ( int propagation = -1 ) [virtual]
 

mark end of an input segment, message, or packet.

propagation != 0 means pass on the signal to attached BufferedTransformation objects, with propagation decremented at each step until it reaches 0. -1 means unlimited propagation.

Reimplemented from BufferedTransformation.

Definition at line 264 of file filters.cpp.

void HashFilter::Put ( const byte * inString,
unsigned int length ) [virtual]
 

input multiple bytes.

Reimplemented from BufferedTransformation.

Definition at line 257 of file filters.cpp.

void HashFilter::Put ( byte inByte ) [virtual]
 

input a byte for processing.

Reimplemented from BufferedTransformation.

Definition at line 250 of file filters.cpp.


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