Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

COrnell Data EXchange (CODEX) Class List

Here are the classes, structs, unions and interfaces with brief descriptions:
CODEX_Events::ActivityBasic event dispatcher
CODEX_APSS::APSSShareCallbackThis class provides a hook into StateInfo using a standard interface
CODEX_ASN1::Array< T >Serializable representation of an array of serializable objects
CODEX_Quorum::AsynchronousRemoteServerThis is an asynchronous implementation of the synchronous base class
CODEX_Server::AugmentedEGPublicKeyThis is an ElGamal public key augmented with an additional generator
CODEX_Server::BadConfigurationExceptionBase class exception thrown for errors during configuration
CODEX_APSS::BadSecretNumberExceptionException thrown for an unknown secret ID
CODEX_ASN1::BaseThis is the base class for all serializable objects
CODEX_Server::BCBadValueExceptionException thrown for a bad configuration parameter value
CODEX_Server::BCParameterNotDefinedExceptionException thrown for a missing configuration parameter
CODEX_Exceptions::BignumAddExceptionException thrown for errors in BN_add
CODEX_ASN1::BigNumberSerializable representation of an OpenSSL BIGNUM
CODEX_Exceptions::BignumBin2BNExceptionException thrown when BN_bin2bn fails
CODEX_Exceptions::BignumContextExceptionException thrown when a BN_CTX cannot be allocated
CODEX_Exceptions::BignumExceptionBase class for exceptions relating to BIGNUM%s
CODEX_Exceptions::BignumGCDExceptionException thrown for errors in BN_gcd
CODEX_Exceptions::BignumGeneratePrimeExceptionException thrown for errors in BN_generate_prime
CODEX_Exceptions::BignumLshiftExceptionException thrown for errors in BN_lshift or BN_lshift1
CODEX_Exceptions::BignumMathExceptionBase class for exceptions thrown due to errors in BIGNUM math routines
CODEX_Exceptions::BignumModExceptionException thrown for errors in BN_mod
CODEX_Exceptions::BignumModExpExceptionException thrown for errors in BN_mod_exp
CODEX_Exceptions::BignumModInverseExceptionException thrown for errors in BN_mod_inverse
CODEX_Exceptions::BignumModMulExceptionException thrown for errors in BN_mod_mul
CODEX_Exceptions::BignumMulExceptionException thrown for errors in BN_mul
CODEX_Exceptions::BignumNullExceptionException thrown when a pointer to a BIGNUM is null
CODEX_Exceptions::BignumRandRangeExceptionException thrown for errors in BN_rand_range
CODEX_Exceptions::BignumRshiftExceptionException thrown for errors in BN_rshift or BN_rshift1
CODEX_Exceptions::BignumSetWordExceptionException thrown when BN_set_word fails
CODEX_Exceptions::BignumSubExceptionException thrown for errors in BN_sub
CODEX_Client::BlindKeyMsgThis is the message returned by the service after processing a ReadKeyMsg
CODEX_Client::BoundNameMsgThis is the message returned by the service after processing a CreateKeyMsg
CODEX_Server::BroadcastRequestEventThis event encapsulates a marshalled message and the callback used to collect responses to it
CODEX_Server::BroadcastRequestHandlerThis is a handler for BroadcastRequestEvent%s
CODEX_Quorum::ByzantineQuorumSystemByzantineQuorumSystem is an abstract base class derived from QuorumSystem
CODEX_ASN1::CertificateObject encapsulation of a serializable X.509 certificate
CODEX_Server::CertificateNotFoundExceptionException thrown for a missing certificate
CODEX_Exceptions::Check< true >Specialization for true
CODEX_VSS::choose< N, T >Templated structure to calculatate nCt
CODEX_VSS::choose< N, 0 >Specialization of nCt for t=0. This is a stopping condition
CODEX_VSS::choose< N, 1 >Specialization of nCt for t=1. This is a stopping condition
CODEX_Client::ClientThis class holds the interface methods for client requests, as well as the necessary state information
CODEX_KeyService::ClientActivityThis class manages connections to clients
CODEX_KeyService::ClientCreateCallbackThis class processes server responses to a CODEX_Client::CreateKeyMsg
CODEX_KeyService::ClientMessageAbsorberThis class absorbs messages from clients
CODEX_KeyService::ClientMessageEvent< MT >This class wraps a message from a client in an event
CODEX_KeyService::ClientMessageEventBaseAbstract base class for events containing messages from clients
CODEX_KeyService::ClientMessageHandlerAbstract CODEX_Events::Activity for handling ClientMessageEvent%s
CODEX_KeyService::ClientMessageMasterThis class processes messages from clients
CODEX_KeyService::ClientMessageParserConcrete MessageParser
CODEX_KeyService::ClientMessageSignerThis class takes a message that as been verified and computes a digital signature for it
CODEX_KeyService::ClientMessageVerifierThis class checks the validity of client request messages
CODEX_KeyService::ClientNotFoundExceptionException thrown when a ClientActivity is missing
CODEX_KeyService::ClientReadCallbackThis class processes server responses to a CODEX_Client::ReadKeyMsg
CODEX_KeyService::ClientResponseEvent< MT >This class wraps a response for a client in an event
CODEX_KeyService::ClientResponseEventBaseAbstract base class for events containing responses for clients
CODEX_KeyService::ClientResponseHandlerAbstract CODEX_Events::Activity for handling ClientResponseEvent%s
CODEX_KeyService::ClientResponseParserConcrete MessageParser
CODEX_KeyService::ClientResponseSignerThis class takes a message that as been verified and computes a digital signature for it
CODEX_KeyService::ClientServerThis is a LocalServer that listens for new client connections, for which it spawns new ClientActivity%s
CODEX_KeyService::ClientWriteCallbackThis class processes server responses to a CODEX_Client::WriteKeyMsg
CODEX_Events::CloseEventClose event
CODEX_Events::CloseHandlerAbstract Activity for handling CloseEvent%s
CODEX_Client::Interface::codex_binding_tC representation of a CODEX name binding
CODEX_Client::Interface::codex_credentials_tC representation of a CODEX credentials object
CODEX_Client::Interface::codex_policy_tC representation of a CODEX policy
CODEX_VSS::Combinatoric< NumT, ThreshT >Combinatoric-based secret sharing scheme, based on modular addition
CODEX_VSS::CombinatoricScenario< NumT, FaultT >This is a compile-time version of DynamicCombinatoricScenario, which is more likely to be used
CODEX_VSS::CombinatoricSplitting< NShares >This class creates a set of shares
CODEX_APSS::ComputeCallbackCallback to handle responses to a ComputeMsg request
CODEX_APSS::ComputedMsgThis message demonstrates that a server has accepted a set of subsharing labels and has computed and stored the associated new shares
CODEX_APSS::ComputeMsgThis message is sent by a coordinator to select a set of subsharings to establish a new set of shares
CODEX_APSS::ComputeMsgConflictExceptionException thrown for conflicting ComputeMsg%s
CODEX_APSS::ComputeRecordThis class stores an ComputeMsg request from a coordinator and its associated response
CODEX_Quorum::ConcreteResponseTracker< ST, MT >ConcreteResponseTracker is a templated class that correlates responses with requests
CODEX_APSS::ConflictExceptionBaseBase class for conflicting message errors
CODEX_APSS::ContributeMsgThis message is the response to an InitMsg which indicates that a server established sufficient subshares at other servers
CODEX_Client::CreateKeyMsgThis message is used to create a binding between a name and a set of ownership and access policies
CODEX_Ciphers::CredentialsThis class is used to demonstrate access rights
CODEX_KeyService::CryptoSystem< CODEX_Ciphers::ElGamalCipherText, ST >Partial specialization for ElGamal encryption
CODEX_KeyService::CryptoSystem< CODEX_Ciphers::RSACipherText, ST >Partial specialization for RSA encryption
CODEX_KeyService::CryptoSystem< CODEX_Ciphers::VarRSACipherText, ST >Partial specialization for RSA variant encryption
CODEX_Events::DataEventData event
CODEX_Events::DataHandlerAbstract Activity for handling DataEvent%s
CODEX_KeyService::DecoratedClientMessageEvent< MT >Event class for messages that must be routed back to an originating server
CODEX_Server::DefaultShareCallback< _ShareType, _OneWay >ServerState's default share callback
CODEX_Events::DelayedEventSpecial type of event used to delay another event
CODEX_KeyService::DelegateRequestDistributorAct as a delegate for a client request
CODEX_KeyService::DelegateResponseVerifierThis class checks the validity of client response messages
CODEX_ThresholdCrypto::DLProofThis class encapsulates a particular discrete log proof useful in robust threshold operations
CODEX_VSS::DynamicCombinatoricScenarioThis class contains the mappings between servers and failure scenarios
CODEX_Quorum::EchoServerSample server that echoes messages to the terminal and back to the sender
CODEX_Ciphers::ElGamalCipherTextSerializable encapsulation of an ElGamal ciphertext
CODEX_Ciphers::ElGamalKeyPairGeneratorHelper object to create an ElGamal public/private key pair
CODEX_Ciphers::ElGamalPrivateKeySerializable encapsulation of an ElGamal private key
CODEX_Ciphers::ElGamalPublicKeySerializable encapsulation of an ElGamal public key
CODEX_Ciphers::ElGamalSchnorrCipherTextSerializable encapsulation of an ElGamal ciphertext with a Schnorr signature to prove plaintext knowledge
CODEX_Ciphers::ElGamalSignatureSerializable encapsulation of an ElGamal signature
CODEX_APSS::EstablishCallbackCallback to handle responses to an EstablishMsg request
CODEX_APSS::EstablishedMsgThis message serves as a response for an EstablishMsg
CODEX_APSS::EstablishMsgThe message from a server establishing the subshares it generated from an existing share
CODEX_APSS::EstablishMsgConflictExceptionException thrown for conflicting EstablishMsg%s
CODEX_APSS::EstablishRecordThis class stores an EstablishMsg request from a coordinator and its associated response
CODEX_Events::EventAckAcknowledgement event
CODEX_Events::EventBaseBasic event type
CODEX_KeyService::ExceptionBaseBase class for all exceptions thrown by CODEX_KeyService
CODEX_Ciphers::ExceptionBaseBase class for all exceptions thrown by classes in CODEX_Ciphers
CODEX_APSS::ExceptionBaseBase class for all exceptions thrown by classes in CODEX_Server
CODEX_Server::ExceptionBaseBase class for all exceptions thrown by classes in CODEX_Server
CODEX_Exceptions::ExceptionBaseBase class for all exceptions thrown by classes in CODEX
CODEX_VSS::factorial< N >Templated structure to calculatate n!
CODEX_VSS::factorial< 0 >Specialization of factorial to compute 0! (for termination)
CODEX_VSS::factorial< 1 >Specialization of factorial to compute 1! (for termination)
CODEX_APSS::FailureEventSpecial version of CODEX_Server::ServerResponseEvent for failed requests
CODEX_Exceptions::FileCannotCreateExceptionException thrown when a file cannot be created
CODEX_Exceptions::FileCannotOpenExceptionException thrown when a file cannot be opened for reading
CODEX_Exceptions::FileExceptionBase class for exceptions relating to files
CODEX_APSS::FinishedMsgThis message is sent by a coordinator to demonstrate that a new sharing has been established, terminating the protocol
CODEX_Exceptions::GetTimeOfDayExceptionException thrown for a failure in gettimeofday(2)
CODEX_Ciphers::HashFunctionThis is the base class for functional objects that compute hashes
CODEX_Exceptions::IllegalIndexExceptionException thrown for an out-of-range index
CODEX_APSS::InitActivityCoordinate subshare propagation
CODEX_APSS::InitCallbackThis class collects ContributeMsg responses to an InitMsg request
CODEX_APSS::InitEventTrigger an InitActivity to establish subsharings
CODEX_APSS::InitMsgThis message is sent by a coordinator to begin the APSS protocol
CODEX_APSS::InitMsgConflictExceptionException thrown for conflicting InitMsg%s
CODEX_APSS::InitRecordThis class stores an InitMsg request from a coordinator and its associated response
CODEX_ASN1::IntegerSerializable representation of an integer
CODEX_Client::Interface::InterfaceThis class is a singleton instance of CODEX_Client::Client
CODEX_Server::InternalServerThis class listens for server-to-server connections
CODEX_Server::InternalVerifierThis is a short-lived server that runs the protocol to establish a connecting server's identity
CODEX_Server::InvalidLabelExceptionException thrown for an unknown label
CODEX_KeyService::KeyExistsExceptionException thrown for when attempting to create an already-existent key
CODEX_KeyService::KeyInfoAssociate a name/policy binding and an encrypted value
CODEX_KeyService::KeyNotFoundExceptionException thrown when a symmetric key is missing
CODEX_Server::KeySharesNotFoundExceptionException thrown for missing private key shares
CODEX_Client::KeyStoredMsgThis is the message returned by the service after processing a WriteKeyMsg
CODEX_KeyService::LabeledReadKeyMsgCODEX_Client::SignedReadKeyMsg decorated with a label
CODEX_VSS::LabeledShare< _ShareType, _OneWay >Serializable compilation of a share and the label for its sharing
CODEX_Quorum::LocalServerEncapsulation of a local service
CODEX_Quorum::LoopbackSocketThis class implements a loopback socket
CODEX_Quorum::LoopbackSocketBuilderThis class implements a SocketBuilder for LoopbackSocket%s
CODEX_Server::MalformedMessageExceptionException thrown for malformed messages
CODEX_Quorum::memless< _Tn >Memless is a memcmp-based sorting function for STL sorting algorithms
CODEX_APSS::MessageThis class defines the basic message type, which is serializable
CODEX_Client::MessageThis class defines the basic message type, which is serializable
CODEX_Quorum::MessageMessage is a simple data buffer that can grow arbitrarily
CODEX_APSS::MessageDelivererHelper CODEX_Events::Activity for sending messages to servers
CODEX_Quorum::MessageDispatcherVirtual base class for handling new requests
CODEX_Server::MessageParserThis class provides an object abstraction for parsing routines
CODEX_APSS::MessageParserConcrete MessageParser
CODEX_APSS::MessageProcessorProcess an APSS protocol request
CODEX_APSS::MessageVerifierVerify the correctness of APSS protocol messages
CODEX_APSS::MissingRangeExceptionException thrown for a missing CODEX_VSS::Range object
CODEX_VSS::ModExpFunctionalThis class performs modular exponentiation
CODEX_VSS::ModExpFunctionalArgsThis is a helper class that holds arguments to construct a ModExpFunctional object
CODEX_VSS::ModIntRangeThe integers modulo some constant
CODEX_KeyService::NameMismatchExceptionException thrown when symmetric key names do not match
CODEX_Server::NoQuorumSystemExceptionException thrown for an uninitialized quorum system
CODEX_ASN1::OctetStringSerializable representation of a byte string
CODEX_Ciphers::PolCredBaseThis is the base class for access policies and credentials
CODEX_Ciphers::PolicyThis class is used to express an access policy
CODEX_Server::PublicKeyNotFoundExceptionException thrown for a missing public key
CODEX_Quorum::QSERemoteServerBase class for exceptions relating to RemoteServer%s
CODEX_Quorum::QSERemoteServerGethostbynameFailedException thrown when gethostbyname(3) fails
CODEX_Quorum::QSESBQSReturnsBadException thrown when a vector of RemoteServerReturn%s is too small
CODEX_Quorum::QSESocketBaseBase class for exceptions relating to SocketBase and its inheritors
CODEX_Quorum::QSESocketBaseAcceptFailedException thrown for failure accepting a connection
CODEX_Quorum::QSESocketBaseBadSocketException thrown for failure during construction of SocketBase
CODEX_Quorum::QSESocketBaseCannotBindException thrown for failure to bind a socket
CODEX_Quorum::QSESocketBaseCannotConnectException thrown for failure to connect to a remote server
CODEX_Quorum::QSESocketBaseListenFailedException thrown for failure listening on a socket
CODEX_Quorum::QSESocketBaseMessageTooLongException thrown for a message that's too large (greater than 4GB)
CODEX_Quorum::QSESocketBaseMessageTooShortException thrown for a message that's too short
CODEX_Quorum::QSESocketBaseReadFailedException thrown for failure reading from a socket
CODEX_Quorum::QSESocketBaseSocketClosedException thrown for an attempt to access a closed socket
CODEX_Quorum::QSESocketBaseWriteFailedException thrown for failure writing to a socket
CODEX_SSL::QSESSLSocketBase class for exceptions relating to SSLSocket
CODEX_Quorum::QSExceptionBaseBase class for all exceptions thrown by classes in the Quorum package
CODEX_Server::QuorumBuilderActThis activity attempts to maintain connectivity with other servers in the quorum system
CODEX_Server::QuorumBuilderEventThis event is a simple trigger telling QuorumBuilderAct to check for missing servers
CODEX_Server::QuorumBuilderExpectNonceEventThis event triggers the server-to-server authentication protocol
CODEX_Quorum::QuorumDispatcherVirtual base class for handling responses from a quorum
CODEX_Quorum::QuorumSystemQuorumSystem is an abstract base class designed to present the basic interface for all quorum systems
CODEX_VSS::RangeThis class defines a numerical range
CODEX_Client::ReadKeyMsgThis message is used to read a key with a name that has previously been written
CODEX_APSS::RecoverCallbackCallback to handle responses to a RecoverMsg request
CODEX_APSS::RecoveredMsgThis message is sent to a server requesting subshares that have been established
CODEX_APSS::RecoverMsgThis message is sent by a server to request missing subshares
CODEX_Quorum::RemoteServerThis holds the information necessary in order to contact a server
CODEX_Quorum::RemoteServerReturnReturn values from server communications
CODEX_Client::RequestKeyMsgThis is the message a client uses to request the service's ElGamal public key
CODEX_KeyService::ResponseCallbackAbstract functional class to process incoming responses
CODEX_Quorum::ResponseCallbackAbstract functional class to process incoming responses
CODEX_Quorum::ResponseInfoThis class holds response-tracking information for a single request
CODEX_Quorum::ResponseTrackerResponseTracker is an abstract helper class that provides a mechanism for matching a response to the original request
CODEX_KeyService::RoutedClientMessageEvent< MT >This class decorates a ClientMessageEvent that has been dispatched by a delegate with RoutingInfo that allows the message to be routed back to the originating server
CODEX_KeyService::RoutedClientMessageHandlerThis defines a handler for RoutedClientMessageEvent%s
CODEX_KeyService::RoutedClientMessageVerifierThis class checks the validity of a message from a client
CODEX_APSS::RoutedMessageEvent< MT >This class provides type differentiation for specific APSS protocol messages
CODEX_APSS::RoutedMessageEventBaseAbstract base class for events containing messages from clients
CODEX_APSS::RoutedMessageHandlerThis defines a handler for RoutedMessageEvent%s
CODEX_Server::RoutingInfoThis class provides routing information that can be added to a message in order to trace it back to its originating server
CODEX_Ciphers::RSACipherTextSerializable encapsulation of an RSA ciphertext
CODEX_Ciphers::RSAKeyPairGeneratorHelper object to create an RSA public/private key pair
CODEX_Ciphers::RSAPlaintextPKRSA proof of plaintext knowledge
CODEX_Ciphers::RSAPrivateKeySerializable encapsulation of an RSA private key
CODEX_Ciphers::RSAPublicKeySerializable encapsulation of an RSA public key
CODEX_Ciphers::RSASignatureSerializable encapsulation of an RSA signature
CODEX_APSS::SecretManagementManagement information for a shared secret
CODEX_VSS::SecretWitness< _ShareType, _OneWay >Serializable class holding the verification information for a secret and the arguments needed to construct the one-way function used to compute and test verification shares
CODEX_ASN1::SecureBigNumberSerializable representation of an OpenSSL BIGNUM with added security
CODEX_Server::ServerMessageDispatcherThis is a concrete CODEX_Quorum::MessageDispatcher
CODEX_Server::ServerQuorumDispatcherThis is a concrete CODEX_Quorum::QuorumDispatcher
CODEX_Server::ServerResponseEventSend the response to a request to a server
CODEX_Server::ServerResponseHandlerHandle responses to requests from other servers
CODEX_Server::ServerSignatureThis class encapsulates a server ID and a signature generated by that server
CODEX_Server::ServerStateThis is a singleton class that holds all of the state information that different parts of the server need to share
CODEX_Ciphers::SHA1HashFunctionThis implements the SHA1 hash function
CODEX_Server::ShareCallbackBase< _ShareType, _OneWay >This base class defines the interface for share callbacks
CODEX_VSS::ShareFunctionalThis abstract class provides an interface for operations on shares
CODEX_VSS::ShareLabel< _ShareType, _OneWay >Sharings are labelled as a means to distinguish different sharings of the same secret
CODEX_Server::ShareLabelChallengeEncapsulate a challenge to the validity of a label
CODEX_Server::ShareLabelChallengeEventTrigger for examining ShareLabelChallenge%s
CODEX_Server::ShareLabelChallengeHandlerExamine ShareLabelChallenge%s
CODEX_VSS::ShareSet< Combinatoric< NumT, ThreshT > >Specialization of ShareSet for combinatoric secret sharing
CODEX_VSS::ShareSplitting< Combinatoric< NumT, ThreshT > >Specialization of ShareSplitting for combinatoric secret sharing
CODEX_Server::SignatureVerificationFailedExceptionException thrown for a failed signature verification
CODEX_KeyService::SignCreateCallbackThis class processes server responses to a threshold signature request for a CODEX_Client::BoundNameMsg
CODEX_Server::SignedAugmentedEGPublicKeyThis is a signed AugmentedEGPublicKey
CODEX_APSS::SignedMessage< MT, ST >This templated class defines a basic signed message
CODEX_Client::SignedMessage< MT, ST >This templated class defines a basic signed message
CODEX_KeyService::SignReadCallbackThis class processes server responses to a threshold signature request for a CODEX_Client::BlindKeyMsg
CODEX_Server::SignRequestEventThis event encapsulates a marshalled message and the callback used to collect responses to it
CODEX_Server::SignRequestHandlerThis is a handler for SignRequestEvent%s
CODEX_KeyService::SignWriteCallbackThis class processes server responses to a threshold signature request for a CODEX_Client::KeyStoredMsg
CODEX_Quorum::SimpleStaticByzantineQuorumSystem< T >Smallest possible T-fault-tolerant StaticByzantineQuorumSystem
CODEX_Quorum::SocketBaseThis class handles basic socket operations
CODEX_Quorum::SocketBuilderFunctional base class for constructing SocketBase objects based on predefined arguments
CODEX_SSL::SSLExceptionBaseBase class for general SSL exceptions
CODEX_SSL::SSLNullCiphersExceptionException thrown for an invalid SSL cipher list
CODEX_SSL::SSLNullContextExceptionException thrown for an invalid SSL context
CODEX_SSL::SSLSocketThis class handles sockets using Secure Sockets Layer (SSL)
CODEX_SSL::SSLSocketBuilderSocketBuilder inheritor for constructing SSLSocket%s
CODEX_SSL::SSLVerificationFlagsExceptionException thrown for an invalid SSL verification flag
CODEX_KeyService::StateInfoThis is a singleton class that holds all of the state information that different parts of the key service need to share
CODEX_APSS::StateInfoThis is a singleton class that holds all of the state information that different parts of the APSS protocol need to share
CODEX_Quorum::StaticByzantineQuorumSystem< N, T >A compile-time configured Byzantine quorum system
CODEX_VSS::SubshareLabel< _ShareLabel >Sharings are labelled as a means to distinguish different sharings of the same secret
CODEX_KeyService::SupportedClientResponse< RespT, ReqT >This class holds a response to a client request and the evidence supporting it
CODEX_KeyService::SupportedClientResponseEvent< RespT, ReqT >This class wraps a response for a client and its evidence in an event
CODEX_KeyService::SupportedClientResponseEventBaseAbstract base class for events containing responses for clients with supporting evidence from a quorum
CODEX_KeyService::SupportedClientResponseHandlerThis defines a handler for SupportedClientResponseEvent%s
CODEX_KeyService::SupportedKeyStoredEventThis class wraps a CODEX_Client::KeyStoredMsg response for a client and its evidence in an event
CODEX_KeyService::SupportedKeyStoredMsgCODEX_Client::KeyStoredMsg decorated with a proof of correctness
CODEX_ThresholdCrypto::ThresholdElGamalCrypto< CODEX_VSS::Combinatoric< NumT, ThreshT > >Specialization of ThresholdElGamalCrypto for combinatoric SS
CODEX_ThresholdCrypto::ThresholdRSACrypto< CODEX_VSS::Combinatoric< NumT, ThreshT > >Specialization of ThresholdRSACrypto for combinatoric secret sharing
CODEX_ThresholdCrypto::ThresholdRSARange< _ShareType >Range for splitting an RSA private key
CODEX_ThresholdCrypto::ThresholdRSASubRangeRange for splitting shares of an RSA private key into subshares
CODEX_ThresholdCrypto::ThresholdVarRSACrypto< CODEX_VSS::Combinatoric< NumT, ThreshT > >Specialization of ThresholdVarRSACrypto for combinatoric secret sharing
CODEX_Ciphers::TranslationCertificateThis class holds a proof that two ElGamalCipherText%s decrypt to the same plaintext
CODEX_APSS::TriggerActivityTrigger the beginning of an APSS protocol instance for expired secrets
CODEX_APSS::TriggerEventThis event is used to trigger instances of the APSS protocol
CODEX_Server::UnicastRequestEventThis event encapsulates a marshalled message and the callback used to collect responses to it
CODEX_Server::UnicastRequestHandlerThis is a handler for UnicastRequestEvent%s
CODEX_Server::UnknownSecretNumberExceptionException thrown for an unknown shared secret identifier
CODEX_Ciphers::VarRSABlindCipherTextSerializable representation of an RSA variant blinded ciphertext
CODEX_Ciphers::VarRSABlindPlainTextSerializable representation of a blinded plaintext for the RSA variant
CODEX_Ciphers::VarRSACipherTextSerializable encapsulation of an RSA variant ciphertext
CODEX_Ciphers::VarRSAPrivateKeyThe RSA variant private key, which wraps the regular RSA private key
CODEX_Ciphers::VarRSAPublicKeyThe RSA variant public key, which wraps the regular RSA public key
CODEX_KeyService::VerifiableBlindKeyMsgCODEX_Client::BlindKeyMsg decorated with a proof of correctness
CODEX_KeyService::VerifyWriteCallbackThis class processes server responses to a CODEX_Client::WriteKeyMsg
CODEX_VSS::VRecon< _ShareType, _OneWay >This undefined template class allows us to build a particular verifiable secret sharing reconstruction scheme that is consistent for a given type of sharing and one-way function
CODEX_VSS::VRecon< Combinatoric< N, T >, ModExpFunctional >Instantiation of VRecon using combinatoric sharing and modular exponentiation
CODEX_Client::WriteKeyMsgThis message is used to write a key with a name that has previously been bound

Generated on Fri May 6 17:41:31 2005 for COrnell Data EXchange (CODEX) by  doxygen 1.4.1