backend |
Abstract class of a minimal keyring backend |
backends |
Select the default backend and default keyring |
backend_env |
Environment variable keyring backend |
backend_file |
Encrypted file keyring backend |
backend_keyrings |
Abstract class of a backend that supports multiple keyrings |
backend_macos |
macOS Keychain keyring backend |
backend_secret_service |
Linux Secret Service keyring backend |
backend_wincred |
Windows Credential Store keyring backend |
default_backend |
Select the default backend and default keyring |
has_keyring_support |
Operations on keyrings |
keyring_create |
Operations on keyrings |
keyring_delete |
Operations on keyrings |
keyring_is_locked |
Operations on keyrings |
keyring_list |
Operations on keyrings |
keyring_lock |
Operations on keyrings |
keyring_unlock |
Operations on keyrings |
key_delete |
Operations on keys |
key_get |
Operations on keys |
key_get_raw |
Operations on keys |
key_list |
Operations on keys |
key_set |
Operations on keys |
key_set_with_raw_value |
Operations on keys |
key_set_with_value |
Operations on keys |