111 const char *home_dir,
126 const char *home_dir,
char *const * lr_gpg_key_get_userids(const LrGpgKey *key)
const char * lr_gpg_subkey_get_id(const LrGpgSubkey *subkey)
gboolean lr_gpg_check_signature_fd(int signature_fd, int data_fd, const char *home_dir, GError **err)
long int lr_gpg_subkey_get_timestamp(const LrGpgSubkey *subkey)
LrGpgKey * lr_gpg_list_keys(gboolean export_keys, const char *home_dir, GError **err)
const LrGpgKey * lr_gpg_key_get_next(const LrGpgKey *key)
const LrGpgSubkey * lr_gpg_subkey_get_next(const LrGpgSubkey *subkey)
gboolean lr_gpg_subkey_get_can_sign(const LrGpgSubkey *subkey)
struct tLrGpgSubkey LrGpgSubkey
struct tLrGpgKey LrGpgKey
gboolean lr_gpg_import_key_from_memory(const char *key, size_t key_len, const char *home_dir, GError **err)
const char * lr_gpg_key_get_raw_key(const LrGpgKey *key)
gboolean lr_gpg_import_key_from_fd(int key_fd, const char *home_dir, GError **err)
const char * lr_gpg_subkey_get_fingerprint(const LrGpgSubkey *subkey)
void lr_gpg_keys_free(LrGpgKey *key_array)
const LrGpgSubkey * lr_gpg_key_get_subkeys(const LrGpgKey *key)
gboolean lr_gpg_check_signature(const char *signature_fn, const char *data_fn, const char *home_dir, GError **err)
gboolean lr_gpg_import_key(const char *key_fn, const char *home_dir, GError **err)