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


Public Methods | |
| ReadKeyMsg () | |
| Default constructor, for creating an object to be unmarshalled. | |
| ReadKeyMsg (const CODEX_ASN1::OctetString &name, const BlindingCipherTextType &blinding, const CODEX_Ciphers::RSAPlaintextPK &proof, const CODEX_Ciphers::Credentials &credentials) | |
| Create a ReadKeyMsg from the basic components. | |
| ReadKeyMsg (const ReadKeyMsg &aRKM) | |
| Create a ReadKeyMsg from another ReadKeyMsg. | |
| virtual | ~ReadKeyMsg () |
| Virtual destructor. | |
| void | operator= (const ReadKeyMsg &aRKM) |
| Assignment operator. | |
| const CODEX_ASN1::OctetString & | name () const |
| |
| const BlindingCipherTextType & | blinding () const |
| |
| const CODEX_Ciphers::RSAPlaintextPK & | proof () const |
| |
| const CODEX_Ciphers::Credentials & | credentials () const |
| |
| int | marshal (unsigned char **pp) const |
| Serialize the message. | |
| void * | unmarshal (void *bogus, unsigned char **pp, long length) |
| Unserialize the message. | |
In order to be accepted by the service, this message must be signed with the private key corresponding to the public key in the credentials.
Definition at line 471 of file CODEX_Client/Message.h.
1.2.18