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

CBCPaddedEncryptor Class Reference

CBC mode with PKCS#5 padding. More...

#include <cbc.h>

Inheritance diagram for CBCPaddedEncryptor:

FilterWithBufferedInput Filter BufferedTransformation List of all members.

Public Methods

 CBCPaddedEncryptor (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 with PKCS#5 padding.

Compatible with RFC 1423 (and also 2040 and 2630).

Definition at line 45 of file cbc.h.


Constructor & Destructor Documentation

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

Definition at line 48 of file cbc.cpp.


Member Function Documentation

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

Reimplemented from FilterWithBufferedInput.

Definition at line 51 of file cbc.h.

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

Reimplemented from FilterWithBufferedInput.

Definition at line 60 of file cbc.cpp.

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

Reimplemented from FilterWithBufferedInput.

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