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


Public Member Functions | |
| InitMsg () | |
| Default constructor, for creating an object to be unmarshalled. | |
| InitMsg (const CODEX_ASN1::Integer &version, const CODEX_ASN1::Integer &coordinator, const LabelType &label) | |
| Create an InitMsg from two Integer%s and a LabelType. | |
| InitMsg (const InitMsg &aOther) | |
| Create an InitMsg from another InitMsg. | |
| virtual | ~InitMsg () |
| Virtual destructor. | |
| void | operator= (const InitMsg &aOther) |
| Assignment operator. | |
| const CODEX_ASN1::Integer & | version () const |
| The version of the sharing to be established by this run of the protocol. | |
| const CODEX_ASN1::Integer & | coordinator () const |
| The coordinator of the protocol instance. | |
| const LabelType & | label () const |
| The established label for shares from which subsharings should be generated. | |
| 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 151 of file CODEX_APSS/Message.h.
|
1.4.1