The C++ framework for developing highly scalable, high performance servers on Windows platforms.

CAES128ICM Class Reference

Collaboration diagram for CAES128ICM:

List of all members.

Public Member Functions

 CAES128ICM (const BYTE *pKey, const BYTE *pSalt)
 CAES128ICM (const CAES128ICM &rhs)
virtual ~CAES128ICM ()
CAES128ICMoperator= (const CAES128ICM &rhs)
void SetIV (const BYTE *pIV)
void SetIV (const C128Bits &iv)
void Encrypt (BYTE *pData, DWORD dataLength) const
void Decrypt (BYTE *pData, DWORD dataLength) const
void EncryptDecrypt (BYTE *pData, DWORD dataLength) const


Constructor & Destructor Documentation

CAES128ICM ( const BYTE pKey,
const BYTE pSalt 
)

CAES128ICM ( const CAES128ICM rhs  ) 

~CAES128ICM (  )  [virtual]


Member Function Documentation

CAES128ICM& operator= ( const CAES128ICM rhs  ) 

void SetIV ( const BYTE pIV  ) 

void SetIV ( const C128Bits iv  ) 

void Encrypt ( BYTE pData,
DWORD  dataLength 
) const

void Decrypt ( BYTE pData,
DWORD  dataLength 
) const

void EncryptDecrypt ( BYTE pData,
DWORD  dataLength 
) const


Generated on Sun Sep 12 19:09:40 2021 for The Server Framework - v7.4 by doxygen 1.5.3