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

DES_EDE3_Encryption Class Reference

DES-EDE3. More...

#include <des.h>

Inheritance diagram for DES_EDE3_Encryption:

FixedBlockSize FixedKeyLength BlockTransformation List of all members.

Public Methods

 DES_EDE3_Encryption (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-EDE3.

Definition at line 85 of file des.h.


Constructor & Destructor Documentation

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

Definition at line 88 of file des.h.


Member Function Documentation

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

encrypt or decrypt one block in place.

Precondition:
size of inoutBlock == BlockSize()

Reimplemented from BlockTransformation.

Definition at line 93 of file des.h.

void DES_EDE3_Encryption::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 428 of file des.cpp.


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