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


Public Member Functions | |
| EstablishedMsg () | |
| Default constructor, for creating an object to be unmarshalled. | |
| EstablishedMsg (const EstablishMsg &request) | |
| Create an EstablishedMsg from an EstablishMsg. | |
| EstablishedMsg (const EstablishedMsg &aOther) | |
| Create an EstablishedMsg from another EstablishedMsg. | |
| virtual | ~EstablishedMsg () |
| Virtual destructor. | |
| void | operator= (const EstablishedMsg &aOther) |
| Assignment operator. | |
| const CODEX_ASN1::Integer & | version () const |
| The version of the protocol. | |
| const SublabelType & | sublabel () const |
| The label of the subsharing being established. | |
| const CODEX_ASN1::Integer & | recipient () const |
| The recipient of the subsharing (sender of this message). | |
| const CODEX_ASN1::Integer & | establisher () const |
| The server establishing the subsharing. | |
| int | marshal (unsigned char **pp) const |
| This function creates a serialized representation of the object, which is returned through the argument pp. | |
| void * | unmarshal (void *bogus, unsigned char **pp, long length) |
| This function takes a serialized representation of the object and recreates the object representation. | |
| 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 262 of file CODEX_APSS/Message.h.
|
|
|
This function creates a serialized representation of the object, which is returned through the argument pp. This must be overridden by the concrete derived class.
Implements CODEX_ASN1::Base. Definition at line 56 of file EstablishedMsg.cc. References CODEX_VSS::SubshareLabel< _ShareLabel >::marshal(), and CODEX_ASN1::Integer::marshal(). |
|
||||||||||||||||
|
This function takes a serialized representation of the object and recreates the object representation. This must be overridden by the concrete derived class.
Implements CODEX_ASN1::Base. Definition at line 75 of file EstablishedMsg.cc. References CODEX_VSS::SubshareLabel< _ShareLabel >::unmarshal(), and CODEX_ASN1::Integer::unmarshal(). |
1.4.1