Camel.GpgKeyInfo¶
Fields¶
None
Methods¶
|
|
|
|
|
|
|
|
|
Details¶
- class Camel.GpgKeyInfo¶
An opaque structure holding information about a user key.
New in version 3.50.
- copy()¶
- Returns:
- Return type:
Copies the self to a new
Camel.GpgKeyInfo
structure.New in version 3.50.
- free()¶
Frees the self previously allocated by
Camel.GpgContext.get_public_key_info_sync
(),Camel.GpgContext.get_key_data_info_sync
() orCamel.GpgKeyInfo.copy
().New in version 3.50.
- get_creation_date()¶
- Returns:
key creation date
- Return type:
Gets the key creating date, as seconds since the Unix Epoch.
New in version 3.50.
- get_fingerprint()¶
- Returns:
key fingerprint
- Return type:
Gets the key fingerprint.
New in version 3.50.
- get_trust()¶
- Returns:
key trust level
- Return type:
Gets the key trust level, as one of
Camel.GpgTrust
.New in version 3.50.