Module prs_lib::crypto::store[][src]

Helpers to use recipients with password store.

Enums

Err

Store crypto error.

ImportResult

Missing key import results.

Traits

StoreRecipients

Recipients extension for store functionality.

Functions

import_missing_keys_from_store

Import keys from store that are missing in the keychain.

store_gpg_ids_file

Get the GPG IDs file for a store.

store_load_keys

Load the keys for the given store.

store_load_recipients

Load the recipients for the given store.

store_public_keys_dir

Get the public keys directory for a store.

store_read_gpg_fingerprints

Read GPG fingerprints from store.

store_save_keys

Save the keys for the given store.

store_save_recipients

Save the keys for the given store.

store_sync_public_key_files

Sync public key files in store with selected recipients.

store_write_gpg_fingerprints

Write GPG fingerprints to a store.