Use fingerprint instead of keyid when importing and deleting keys.

This commit is contained in:
SET
2020-11-11 21:09:43 +01:00
parent 9cce0febdb
commit 4f8ea18a66
5 changed files with 17 additions and 16 deletions

View File

@@ -52,7 +52,7 @@ public:
* Import a key from file.
* @param filePath
* @param e
* @return the keyid
* @return : the fingerprint
*/
const string ImportKey(const char * filePath, Error& e);
/**