Allow to add and revoke user identities.

Using a popup with required parameters.
This commit is contained in:
SET
2020-11-19 19:16:17 +01:00
parent 43e1eff221
commit bb174075df
15 changed files with 430 additions and 11 deletions

View File

@@ -67,6 +67,12 @@ public:
* @return
*/
bool CanCreateKeys() const;
/**
* Allows to add or revoke a user identity to a key. It deos not mean
* deleting an identity.
* @return
*/
bool CanAddRevokeUid() const;
/**
* Disown the user of the secret key, or grants him ownership. It just adds
* or remove fpr from the private key array, without any further check. The