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

CFBDecryption Class Reference

Cipher-Feedback mode. More...

#include <modes.h>

Inheritance diagram for CFBDecryption:

StreamCipher PGP_CFBDecryption List of all members.

Public Methods

 CFBDecryption (const BlockTransformation &cipher,const byte *IV,int feedBackSize=0)
 cipher should be an *encryption* object. More...

byte ProcessByte (byte input)
 encrypt or decrypt one byte. More...

void ProcessString (byte *outString,const byte *inString,unsigned int length)
 encrypt or decrypt an array of bytes of specified length, may assume inString != outString. More...

void ProcessString (byte *inoutString,unsigned int length)
 encrypt or decrypt an array of bytes of specified length in place. More...


Detailed Description

Cipher-Feedback mode.

Definition at line 54 of file modes.h.


Constructor & Destructor Documentation

CFBDecryption::CFBDecryption ( const BlockTransformation & cipher,
const byte * IV,
int feedBackSize = 0 ) [inline]
 

cipher should be an *encryption* object.

Definition at line 58 of file modes.h.


Member Function Documentation

byte CFBDecryption::ProcessByte ( byte input ) [inline, virtual]
 

encrypt or decrypt one byte.

Reimplemented from StreamCipher.

Definition at line 61 of file modes.h.

Referenced by ProcessString().

void CFBDecryption::ProcessString ( byte * inoutString,
unsigned int length ) [virtual]
 

encrypt or decrypt an array of bytes of specified length in place.

Reimplemented from StreamCipher.

Definition at line 50 of file modes.cpp.

void CFBDecryption::ProcessString ( byte * outString,
const byte * inString,
unsigned int length ) [virtual]
 

encrypt or decrypt an array of bytes of specified length, may assume inString != outString.

Reimplemented from StreamCipher.

Definition at line 44 of file modes.cpp.


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