Allow to add and revoke user identities.
Using a popup with required parameters.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user