#include <Message.h>
Inheritance diagram for CODEX_Client::BoundNameMsg:


Public Methods | |
| BoundNameMsg () | |
| Default constructor, for creating an object to be unmarshalled. | |
| BoundNameMsg (const CODEX_ASN1::OctetString &name, const SignedCreateKeyMsg &request) | |
| Create a BoundNameMsg from an OctetString and SignedCreateKeyMsg. | |
| BoundNameMsg (const BoundNameMsg &aBNM) | |
| Create a BoundNameMsg from another BoundNameMsg. | |
| virtual | ~BoundNameMsg () |
| Virtual destructor. | |
| void | operator= (const BoundNameMsg &aBNM) |
| Assignment operator. | |
| const CODEX_ASN1::OctetString & | name () const |
| |
| const SignedCreateKeyMsg & | request () const |
| |
| int | marshal (unsigned char **pp) const |
| Serialize the message. | |
| void * | unmarshal (void *bogus, unsigned char **pp, long length) |
| Unserialize the message. | |
In the case where different clients are creating and writing a key, the creating client is responsible for handing this response, signed by the service, to the writing client for inclusion in its WriteKeyMsg.
Definition at line 290 of file CODEX_Client/Message.h.
1.2.18