#include <PacketCrypt.h>
PacketCrypt::PacketCrypt |
( |
uint32 |
rc4InitSize | ) |
|
bool _initialized
Definition: PacketCrypt.h:40
ARC4 _serverEncrypt
Definition: PacketCrypt.h:39
ARC4 _clientDecrypt
Definition: PacketCrypt.h:38
virtual PacketCrypt::~PacketCrypt |
( |
| ) |
|
|
inlinevirtual |
void PacketCrypt::DecryptRecv |
( |
uint8 * |
data, |
|
|
size_t |
length |
|
) |
| |
bool _initialized
Definition: PacketCrypt.h:40
ARC4 _clientDecrypt
Definition: PacketCrypt.h:38
void UpdateData(int len, uint8 *data)
Definition: ARC4.cpp:47
void PacketCrypt::EncryptSend |
( |
uint8 * |
data, |
|
|
size_t |
length |
|
) |
| |
bool _initialized
Definition: PacketCrypt.h:40
ARC4 _serverEncrypt
Definition: PacketCrypt.h:39
void UpdateData(int len, uint8 *data)
Definition: ARC4.cpp:47
virtual void PacketCrypt::Init |
( |
BigNumber * |
K | ) |
|
|
pure virtual |
bool PacketCrypt::IsInitialized |
( |
| ) |
const |
|
inline |
bool _initialized
Definition: PacketCrypt.h:40
ARC4 PacketCrypt::_clientDecrypt |
|
protected |
bool PacketCrypt::_initialized |
|
protected |
ARC4 PacketCrypt::_serverEncrypt |
|
protected |
The documentation for this class was generated from the following files: