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


Public Member Functions | |
| RecoveredMsg () | |
| Default constructor, for creating an object to be unmarshalled. | |
| RecoveredMsg (const RecoverMsg &request, const ShareType &shareset) | |
| Create a RecoveredMsg from a RecoverMsg and a ShareSetType. | |
| RecoveredMsg (const RecoveredMsg &aOther) | |
| Create a RecoveredMsg from another RecoveredMsg. | |
| virtual | ~RecoveredMsg () |
| Virtual destructor. | |
| void | operator= (const RecoveredMsg &aOther) |
| Assignment operator. | |
| const CODEX_ASN1::Integer & | version () const |
| The protocol version. | |
| const SublabelType & | sublabel () const |
| The label of the subshares being recovered. | |
| const CODEX_ASN1::Integer & | responder () const |
| The server responding to the RecoverMsg request. | |
| const ShareType & | shares () const |
| The subshares for the requesting server held by the responding server. | |
| const CODEX_ASN1::Integer & | requester () const |
| The server requesting subshare recovery. | |
| 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 574 of file CODEX_APSS/Message.h.
|
1.4.1