#include <ServerSignature.h>
Inheritance diagram for CODEX_Server::ServerSignature:


Public Member Functions | |
| ServerSignature () | |
| Default constructor, for creating an object to be unmarshalled. | |
| ServerSignature (unsigned int serverID, const CODEX_Ciphers::RSASignature &sig) | |
| Constructor taking integer server ID and an RSASignature. | |
| ServerSignature (const CODEX_ASN1::Integer &serverID, const CODEX_Ciphers::RSASignature &sig) | |
| Constructor taking a serializable Integer and an RSASignature. | |
| ServerSignature (const ServerSignature &aOther) | |
| Copy constructor. | |
| virtual | ~ServerSignature () |
| Destructor. | |
| void | operator= (const ServerSignature &aOther) |
| Assignment operator. | |
| const CODEX_ASN1::Integer & | serverID () const |
| Server identifier. | |
| const CODEX_Ciphers::RSASignature & | signature () const |
| Server's signature. | |
| int | marshal (unsigned char **pp) const |
| Serialize the object. | |
| void * | unmarshal (void *bogus, unsigned char **pp, long length) |
| Unserialize the object. | |
| bool | initialized () const |
Protected Attributes | |
| bool | m_initialized |
| Has this object been initialized yet, or is it still blank? | |
Definition at line 34 of file ServerSignature.h.
|
1.4.1