#include <Message.h>
Inheritance diagram for CODEX_Client::SignedMessage< MT, ST >:


Public Methods | |
| SignedMessage () | |
| Default constructor, for creating an object to be unmarshalled. | |
| SignedMessage (const MT &message, ST signature) | |
| Create a SignedMessage from a message and a signature. | |
| SignedMessage (const SignedMessage &aMessage) | |
| Create a SignedMessage from another signed message. | |
| virtual | ~SignedMessage () |
| Virtual destructor. | |
| void | operator= (const SignedMessage &aMessage) |
| Assignment operator. | |
| const MT & | message () const |
| |
| const ST & | signature () const |
| |
| int | marshal (unsigned char **pp) const |
| Serialize the object. | |
| void * | unmarshal (void *bogus, unsigned char **pp, long length) |
| Unserialize the object. | |
The type of message to be signed is the first template argument, and the type of signature is the second template argument. For RSA signatures, ST will just be a BigNumber.
Definition at line 98 of file CODEX_Client/Message.h.
1.2.18