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

CBCRawEncryptor Class Reference

CBC mode. More...

#include <cbc.h>

Inheritance diagram for CBCRawEncryptor:

FilterWithBufferedInput Filter BufferedTransformation List of all members.

Public Methods

 CBCRawEncryptor (const BlockTransformation &cipher,const byte *IV,BufferedTransformation *outQueue=NULL)

Protected Methods

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

Detailed Description

CBC mode.

Compatible with FIPS 81. Padded with '\0's if plaintext length is not a multiple of block size.

Definition at line 16 of file cbc.h.


Constructor & Destructor Documentation

CBCRawEncryptor::CBCRawEncryptor ( const BlockTransformation & cipher,
const byte * IV,
BufferedTransformation * outQueue = NULL )
 

Definition at line 8 of file cbc.cpp.


Member Function Documentation

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

Reimplemented from FilterWithBufferedInput.

Definition at line 22 of file cbc.h.

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

Reimplemented from FilterWithBufferedInput.

Definition at line 20 of file cbc.cpp.

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

Reimplemented from FilterWithBufferedInput.

Definition at line 13 of file cbc.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