Loading...
Searching...
No Matches
BKeyStore Member List

This is the complete list of members for BKeyStore, including all inherited members.

AddKey(const BKey &key)BKeyStore
AddKey(const char *keyring, const BKey &key)BKeyStore
AddKeyring(const char *keyring)BKeyStore
AddKeyringToMaster(const char *keyring)BKeyStore
BKeyStore()BKeyStore
GeneratePassword(BPasswordKey &password, size_t length, uint32 flags)BKeyStore
GetKey(BKeyType type, const char *identifier, BKey &key)BKeyStore
GetKey(BKeyType type, const char *identifier, const char *secondaryIdentifier, BKey &key)BKeyStore
GetKey(BKeyType type, const char *identifier, const char *secondaryIdentifier, bool secondaryIdentifierOptional, BKey &key)BKeyStore
GetKey(const char *keyring, BKeyType type, const char *identifier, BKey &key)BKeyStore
GetKey(const char *keyring, BKeyType type, const char *identifier, const char *secondaryIdentifier, BKey &key)BKeyStore
GetKey(const char *keyring, BKeyType type, const char *identifier, const char *secondaryIdentifier, bool secondaryIdentifierOptional, BKey &key)BKeyStore
GetNextApplication(uint32 &cookie, BString &signature) constBKeyStore
GetNextApplication(const char *keyring, uint32 &cookie, BString &signature) constBKeyStore
GetNextKey(uint32 &cookie, BKey &key)BKeyStore
GetNextKey(BKeyType type, BKeyPurpose purpose, uint32 &cookie, BKey &key)BKeyStore
GetNextKey(const char *keyring, uint32 &cookie, BKey &key)BKeyStore
GetNextKey(const char *keyring, BKeyType type, BKeyPurpose purpose, uint32 &cookie, BKey &key)BKeyStore
GetNextKeyring(uint32 &cookie, BString &keyring)BKeyStore
GetNextMasterKeyring(uint32 &cookie, BString &keyring)BKeyStore
IsKeyringUnlocked(const char *keyring)BKeyStore
LockKeyring(const char *keyring)BKeyStore
LockMasterKeyring()BKeyStore
PasswordStrength(const char *password)BKeyStore
RemoveApplication(const char *signature)BKeyStore
RemoveApplication(const char *keyring, const char *signature)BKeyStore
RemoveKey(const BKey &key)BKeyStore
RemoveKey(const char *keyring, const BKey &key)BKeyStore
RemoveKeyring(const char *keyring)BKeyStore
RemoveKeyringFromMaster(const char *keyring)BKeyStore
RemoveMasterUnlockKey()BKeyStore
RemoveUnlockKey(const char *keyring)BKeyStore
SetMasterUnlockKey(const BKey &key)BKeyStore
SetUnlockKey(const char *keyring, const BKey &key)BKeyStore
~BKeyStore()BKeyStorevirtual