Struct

CamelGpgKeyInfo

since: 3.50

Description [src]

struct CamelGpgKeyInfo {
  /* No available fields */
}

An opaque structure holding information about a user key.

Available since: 3.50

Instance methods

camel_gpg_key_info_copy

Copies the src to a new CamelGpgKeyInfo structure.

since: 3.50

camel_gpg_key_info_free

Frees the info previously allocated by camel_gpg_context_get_public_key_info_sync(), camel_gpg_context_get_key_data_info_sync() or camel_gpg_key_info_copy().

since: 3.50

camel_gpg_key_info_get_creation_date

Gets the key creating date, as seconds since the Unix Epoch.

since: 3.50

camel_gpg_key_info_get_fingerprint

Gets the key fingerprint.

since: 3.50

camel_gpg_key_info_get_id

Gets the key ID.

since: 3.50

camel_gpg_key_info_get_trust

Gets the key trust level, as one of CamelGpgTrust.

since: 3.50

camel_gpg_key_info_get_user_ids

Gets the user IDs associated with the key.

since: 3.50