#include <Message.h>
Inheritance diagram for CODEX_Client::RequestKeyMsg:


Public Member Functions | |
| RequestKeyMsg () | |
| Default constructor -- this object holds no data. | |
| virtual | ~RequestKeyMsg () |
| Virtual destructor. | |
| void | operator= (const RequestKeyMsg &aMsg) |
| Assignment operator. | |
| int | marshal (unsigned char **pp) const |
| This does nothing. | |
| void * | unmarshal (void *bogus, unsigned char **pp, long length) |
| This does nothing. | |
| BIGNUM * | digest (const CODEX_Ciphers::HashFunction &hf) const |
| Create a message digest. | |
| bool | initialized () const |
Protected Attributes | |
| bool | m_initialized |
| Has this object been initialized yet, or is it still blank? | |
Definition at line 195 of file CODEX_Client/Message.h.
|
1.4.1