Mercurial > trustbridge
diff ui/administratorwindow.h @ 679:75cd2fbf9ac6
(Issue 9) Log key's sha256 fingerprint
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 30 Jun 2014 17:21:44 +0200 |
parents | 9db7034b2d6c |
children | 0b7bb4f68f5a |
line wrap: on
line diff
--- a/ui/administratorwindow.h Mon Jun 30 15:41:13 2014 +0200 +++ b/ui/administratorwindow.h Mon Jun 30 17:21:44 2014 +0200 @@ -48,8 +48,9 @@ * saved as current. * * @param currentCerts Path to the current certificate list file. + * @param certFingerprint The fingerprint of the signing key used. */ - void logChanges(const QString ¤tCerts); + void logChanges(const QString ¤tCerts, const QString &keyFingerprint); /** @brief get the currently changed certificates. * @return a list of certificates. @@ -71,7 +72,7 @@ void createContent(); void loadCertificateTable(); void addToCertificateTable(const QList<Certificate> &certs); - QByteArray createLogEntries(const CertificateList &list); + QByteArray createLogEntries(const CertificateList &list, const QString &keyFingerprint); QSettings mSettings;