KeyStoreServer
KeyStoreServer::MessageReceived(BMessage* message)
KeyStoreServer::_ReadKeyStoreDatabase()
KeyStoreServer::_WriteKeyStoreDatabase()
KeyStoreServer::_AccessFlagsFor(uint32 command) const
KeyStoreServer::_AccessStringFor(uint32 accessFlag) const
KeyStoreServer::KeyStoreServer()
KeyStoreServer::_ResolveCallingApp(const BMessage& message,
KeyStoreServer::_ValidateAppAccess(Keyring& keyring, const app_info& appInfo,
KeyStoreServer::_RequestAppAccess(const BString& keyringName,
KeyStoreServer::_FindKeyring(const BString& name)
KeyStoreServer::_AddKeyring(const BString& name)
KeyStoreServer::_RemoveKeyring(const BString& name)
KeyStoreServer::_UnlockKeyring(Keyring& keyring)
KeyStoreServer::_RequestKey(const BString& keyringName, BMessage& keyMessage)
KeyStoreServer* app = new(std::nothrow) KeyStoreServer();
KeyStoreServer::~KeyStoreServer()
class KeyStoreServer : public BApplication {
KeyStoreServer();
virtual ~KeyStoreServer();