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


Public Member Functions | |
| FinishedMsg () | |
| Default constructor, for creating an object to be unmarshalled. | |
| FinishedMsg (const CODEX_ASN1::Integer &version, const CODEX_ASN1::Integer &coordinator, const ComputedArray &evidence) | |
| Create a FinishedMsg from two Integer%s and evidence. | |
| FinishedMsg (const FinishedMsg &aOther) | |
| Create a FinishedMsg from another FinishedMsg. | |
| virtual | ~FinishedMsg () |
| Virtual destructor. | |
| void | operator= (const FinishedMsg &aOther) |
| Assignment operator. | |
| const CODEX_ASN1::Integer & | version () const |
| The protocol version. | |
| const CODEX_ASN1::Integer & | coordinator () const |
| The protocol coordinator. | |
| const ComputedArray & | evidence () const |
| The evidence supporting the successful termination of the protocol. | |
| 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 475 of file CODEX_APSS/Message.h.
|
1.4.1