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

DES_EDE2_Decryption Class Reference

DES-EDE2. More...

#include <des.h>

Inheritance diagram for DES_EDE2_Decryption:

FixedBlockSize FixedKeyLength BlockTransformation List of all members.

Public Methods

 DES_EDE2_Decryption (const byte *userKey,unsigned int=0)
void ProcessBlock (const byte *inBlock,byte *outBlock)const
 encrypt or decrypt one block, may assume inBlock != outBlock. More...

void ProcessBlock (byte *inoutBlock)const
 encrypt or decrypt one block in place. More...


Detailed Description

DES-EDE2.

Definition at line 70 of file des.h.


Constructor & Destructor Documentation

DES_EDE2_Decryption::DES_EDE2_Decryption ( const byte * userKey,
unsigned int = 0 ) [inline]
 

Definition at line 73 of file des.h.


Member Function Documentation

void DES_EDE2_Decryption::ProcessBlock ( byte * inoutBlock ) const [inline, virtual]
 

encrypt or decrypt one block in place.

Precondition:
size of inoutBlock == BlockSize()

Reimplemented from BlockTransformation.

Definition at line 77 of file des.h.

void DES_EDE2_Decryption::ProcessBlock ( const byte * inBlock,
byte * outBlock ) const [virtual]
 

encrypt or decrypt one block, may assume inBlock != outBlock.

Precondition:
size of inBlock and outBlock == BlockSize()

Reimplemented from BlockTransformation.

Definition at line 416 of file des.cpp.


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