#include <Message.h>
Inheritance diagram for CODEX_APSS::ComputedMsg:


Public Member Functions | |
| ComputedMsg () | |
| Default constructor, for creating an object to be unmarshalled. | |
| ComputedMsg (const LabelType &shareLabel, const CODEX_ASN1::Integer &computor) | |
| Create a ComputedMsg from a LabelType and an Integer. | |
| ComputedMsg (const ComputedMsg &aOther) | |
| Create a ComputedMsg from another ComputedMsg. | |
| virtual | ~ComputedMsg () |
| Virtual destructor. | |
| void | operator= (const ComputedMsg &aOther) |
| Assignment operator. | |
| const LabelType & | shareLabel () const |
| The label for the new sharing. | |
| const CODEX_ASN1::Integer & | computor () const |
| The server contributing this response. | |
| int | marshal (unsigned char **pp) const |
| Serialize the message. | |
| void * | unmarshal (void *bogus, unsigned char **pp, long length) |
| Unserialize the message. | |
| 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 432 of file CODEX_APSS/Message.h.
|
1.4.1