Allow to change key expiry date.

Select new date in a popup. Controlled by a specific configuration flag.
This commit is contained in:
SET
2020-11-07 22:17:44 +01:00
parent fcd595d530
commit 2bddf29596
17 changed files with 328 additions and 7 deletions

View File

@@ -54,6 +54,12 @@ public:
* @return
*/
bool CanEditUidValidity() const;
/**
* Allows to edit expiry time of a key.
* Only private keys are concerned.
* @return
*/
bool CanEditExpiryTime() const;
/**
* List of full private key identifiers. The user may delete these private keys.
* Must be full keyid, short keyid or fingerprint.