Mercurial > trustbridge
comparison 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 |
comparison
equal
deleted
inserted
replaced
678:237af0c82454 | 679:75cd2fbf9ac6 |
---|---|
46 | 46 |
47 /** @brief log the diff between the initial certificate list and the list | 47 /** @brief log the diff between the initial certificate list and the list |
48 * saved as current. | 48 * saved as current. |
49 * | 49 * |
50 * @param currentCerts Path to the current certificate list file. | 50 * @param currentCerts Path to the current certificate list file. |
51 * @param certFingerprint The fingerprint of the signing key used. | |
51 */ | 52 */ |
52 void logChanges(const QString ¤tCerts); | 53 void logChanges(const QString ¤tCerts, const QString &keyFingerprint); |
53 | 54 |
54 /** @brief get the currently changed certificates. | 55 /** @brief get the currently changed certificates. |
55 * @return a list of certificates. | 56 * @return a list of certificates. |
56 */ | 57 */ |
57 QList<Certificate> currentChanges(); | 58 QList<Certificate> currentChanges(); |
69 void createActions(); | 70 void createActions(); |
70 void createMenuBar(); | 71 void createMenuBar(); |
71 void createContent(); | 72 void createContent(); |
72 void loadCertificateTable(); | 73 void loadCertificateTable(); |
73 void addToCertificateTable(const QList<Certificate> &certs); | 74 void addToCertificateTable(const QList<Certificate> &certs); |
74 QByteArray createLogEntries(const CertificateList &list); | 75 QByteArray createLogEntries(const CertificateList &list, const QString &keyFingerprint); |
75 | 76 |
76 QSettings mSettings; | 77 QSettings mSettings; |
77 | 78 |
78 QMenuBar *menuBar; | 79 QMenuBar *menuBar; |
79 | 80 |