GpgKeyInfo
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "camel_gpg_key_info_get_type ()" ) ]
[ Compact ]
[ Version ( since = "3.50" ) ]
public class GpgKeyInfo
An opaque structure holding information about a user key.
Content:
Methods:
- public GpgKeyInfo? copy ()
Copies the this to a new
GpgKeyInfo structure.
- public void free ()
- public int64 get_creation_date ()
Gets the key creating date, as seconds since the Unix Epoch.
- public unowned string get_fingerprint ()
Gets the key fingerprint.
- public unowned string get_id ()
Gets the key ID.
- public GpgTrust get_trust ()
Gets the key trust level, as one of
GpgTrust.
- public unowned SList<string> get_user_ids ()
Gets the user IDs associated with the key.