trust-store  0.0.1
Provides a common implementation of a trust store to be used by trusted helpers.
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
 Ncore
 NtrustContains functionality for implementing Ubuntu's trust model
 CAgentAbstracts user-prompting functionality
 CErrorsAll core::trust-specific error/exception types go here
 CServiceNameMustNotBeEmptyThe ServiceNameMustNotBeEmpty is thrown if an empty service name is provided when creating a store
 CRequestThe Request struct encapsulates information about a trust request answered by the user
 CRequestParametersSummarizes all parameters for processing a trust request
 CStoreModels read/write/query access to persisted trust requests
 CErrorsAll Store-specific error/exception types go here
 CErrorOpeningStoreThrown if a store implementation could not access the persistence backend
 CErrorResettingStoreThrown if a store implementation could not reset state and drop all previously stored requests
 CQueryEncapsulates queries against a trust store instance
 CErrorsAll Query-specific error/exception types go here
 CNoCurrentResultThrown when trying to access the current result although the query status is not has_more_results
 CQueryIsInErrorStateThrown if functionality of a query is accessed although the query is in error state
 CTokenOpaque type describing the exposure of a store instance