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

WAKEDecryption Class Reference

WAKE-CFB-BE. More...

#include <wake.h>

Inheritance diagram for WAKEDecryption:

WAKEEncryption Filter FixedKeyLength BufferedTransformation List of all members.

Public Methods

 WAKEDecryption (const byte *key,BufferedTransformation *outQueue=NULL)
 key length is 32 bytes. More...

void MessageEnd (int propagation=-1)
 mark end of an input segment, message, or packet. More...


Protected Methods

virtual void ProcessInbuf ()

Protected Attributes

bool lastBlock

Detailed Description

WAKE-CFB-BE.

Definition at line 47 of file wake.h.


Constructor & Destructor Documentation

WAKEDecryption::WAKEDecryption ( const byte * key,
BufferedTransformation * outQueue = NULL ) [inline]
 

key length is 32 bytes.

Definition at line 51 of file wake.h.


Member Function Documentation

void WAKEDecryption::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 WAKEEncryption.

Definition at line 161 of file wake.cpp.

void WAKEDecryption::ProcessInbuf ( ) [protected, virtual]
 

Reimplemented from WAKEEncryption.

Definition at line 133 of file wake.cpp.


Member Data Documentation

bool WAKEDecryption::lastBlock [protected]
 

Definition at line 58 of file wake.h.


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