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

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