#include <InitRecord.h>
Collaboration diagram for CODEX_APSS::InitRecord:

Public Member Functions | |
| InitRecord () | |
| Default constructor for an empty record. | |
| InitRecord (const InitRecord &aOther) | |
| Copy constructor. | |
| virtual | ~InitRecord () |
| Virtual destructor. | |
| void | addRequest (const InitMsg &im) |
| Add a request to the record. | |
| void | addResponse (const SignedContributeMsg &cm) |
| Add a response to a request. | |
| const InitMsg & | request () const |
| The request. | |
| const SignedContributeMsg & | response () const |
| The signed response. | |
Definition at line 32 of file InitRecord.h.
|
|
Add a request to the record. This will clear the previous request and response, if any.
Definition at line 52 of file InitRecord.h. Referenced by CODEX_APSS::SecretManagement::addInitMsg(). |
|
|
Add a response to a request. No checks are performed that the response matches the request.
Definition at line 63 of file InitRecord.h. Referenced by CODEX_APSS::SecretManagement::addInitResponse(). |
1.4.1