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


Public Member Functions | |
| ContributeMsg () | |
| Default constructor, for creating an object to be unmarshalled. | |
| ContributeMsg (const CODEX_ASN1::Integer &version, const CODEX_ASN1::Integer &coordinator, const CODEX_ASN1::Integer &contributor, const EstablishedArray &evidence) | |
| Create a ContributeMsg from Integer%s and supporting evidence. | |
| ContributeMsg (const ContributeMsg &aOther) | |
| Create a ContributeMsg from another ContributeMsg. | |
| virtual | ~ContributeMsg () |
| Virtual destructor. | |
| void | operator= (const ContributeMsg &aOther) |
| Assignment operator. | |
| const CODEX_ASN1::Integer & | version () const |
| The protocol version. | |
| const CODEX_ASN1::Integer & | coordinator () const |
| The protocol coordinator. | |
| const CODEX_ASN1::Integer & | contributor () const |
| The server contributing subsharing labels. | |
| const EstablishedArray & | evidence () const |
| The evidence supporting 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 313 of file CODEX_APSS/Message.h.
|
1.4.1