Allow to change key expiry date.
Select new date in a popup. Controlled by a specific configuration flag.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user