#include <ClientReadCallback.h>
Inheritance diagram for CODEX_KeyService::ClientReadCallback:


Public Types | |
|
typedef CODEX_ASN1::Array< CODEX_Server::ServerSignature > | ServerArray |
| Convenient short name. | |
| typedef CODEX_Server::ServerState::ShareType | ShareType |
| Shorthand for the type of a sharing. | |
| typedef CODEX_Server::ServerState::ShareSetType | ShareSetType |
| Shorthand for the type of a set of shares. | |
| typedef CODEX_Client::CipherTextType | CipherTextType |
| Shorthand for the type of a ciphertext. | |
| typedef CODEX_Client::BlindCipherTextType | BlindCipherTextType |
| Shorthand for the type of a blind ciphertext. | |
| typedef CODEX_Client::BlindPlainTextType | BlindPlainTextType |
| Shorthand for the type of a blind plaintext. | |
| typedef vector< ShareType * > | PartialArray |
| Convenient short name. | |
|
typedef map< BlindCipherTextType, PartialArray > | PartialMap |
| Mapping from a blinded ciphertext to its partial decryptions. | |
|
typedef map< BlindCipherTextType, BIGNUM * > | DigestMap |
| Mapping from a blinded ciphertext to a message digest. | |
|
typedef map< BlindCipherTextType, ServerArray > | EvidenceMap |
| Mapping from a blinded ciphertext to its supporting evidence. | |
| typedef CODEX_Server::ServerState::ChallengeVector | ChallengeVector |
| Convenient short name. | |
Public Methods | |
| ClientReadCallback (CODEX_Events::DeadPileType &deadPile, CODEX_Events::QType &eventQueue, CODEX_Server::SignRequestHandler *destination, ClientResponseHandler *clientAct, const LabeledReadKeyMsg &req, const unsigned char *seqNum, CODEX_Server::BroadcastRequestHandler *reqHandler) | |
| Constructor. | |
| virtual | ~ClientReadCallback () |
| Virtual destructor. | |
| bool | operator() (unsigned int server, CODEX_Quorum::Message *msg) |
Static Public Attributes | |
| const unsigned int | NumShares = ShareType::NumShares |
| Shorthand for the number of shares in a sharing. | |
Once sufficient responses have been received, this will generate an event to request a threshold signature.
Definition at line 46 of file ClientReadCallback.h.
|
||||||||||||
1.2.18