#include <pnRC4.h>
Additional Inherited Members |
static unsigned long | GetAddress (const char *addrName) |
Constructor & Destructor Documentation
pnRC4Socket::pnRC4Socket |
( |
| ) |
|
pnRC4Socket::pnRC4Socket |
( |
int |
handle | ) |
|
Member Function Documentation
void pnRC4Socket::init |
( |
size_t |
keySize, |
|
|
const unsigned char * |
keyData |
|
) |
| |
virtual long pnRC4Socket::peek |
( |
void * |
buf, |
|
|
size_t |
size |
|
) |
| |
|
virtual |
virtual long pnRC4Socket::recv |
( |
void * |
buf, |
|
|
size_t |
size |
|
) |
| |
|
virtual |
virtual long pnRC4Socket::send |
( |
const void * |
buf, |
|
|
size_t |
size |
|
) |
| |
|
virtual |
Member Data Documentation
bool pnRC4Socket::fEncrypted |
|
protected |
RC4_KEY pnRC4Socket::fRecv |
|
protected |
RC4_KEY pnRC4Socket::fSend |
|
protected |
The documentation for this class was generated from the following file: