#include <ShareCallback.h>
Inheritance diagram for CODEX_Server::DefaultShareCallback< _ShareType, _OneWay >:


Public Types | |
|
typedef CODEX_VSS::LabeledShare< _ShareType, _OneWay > | LSType |
| Convenient shorthand for the type of a labeled share. | |
| typedef LSType::LabelType | LabelType |
| Convenient shorthand for the type of a label. | |
| typedef _ShareType | ShareType |
| Export the type of the sharing. | |
| typedef _OneWay | OneWay |
| Export the type of the one-way function. | |
Public Member Functions | |
| DefaultShareCallback (const LSType *ls) | |
| Constructor. | |
| virtual | ~DefaultShareCallback () |
| Virtual destructor. | |
| const LSType & | operator() (const LabelType &label, unsigned int server) const |
| Get the sharing for a specified label. | |
During configuration, ServerState creates default callbacks for its secrets until they can be taken over by another module.
Definition at line 68 of file ShareCallback.h.
|
||||||||||||||||
|
Get the sharing for a specified label. This method should be implemented by a derived class.
Implements CODEX_Server::ShareCallbackBase< _ShareType, _OneWay >. Definition at line 86 of file ShareCallback.h. |
1.4.1