![]() |
Deskflow 1.25.0.128
Keyboard and mouse sharing utility
|
#include <common/Settings.h>

Go to the source code of this file.
Namespaces | |
| namespace | deskflow |
| namespace | deskflow::gui |
| namespace | deskflow::gui::TlsUtility |
Functions | |
| bool | deskflow::gui::TlsUtility::generateCertificate () |
| bool | deskflow::gui::TlsUtility::isEnabled () |
| Checks the settings values Settings::Security::TlsEnabled. | |
| bool | deskflow::gui::TlsUtility::isCertValid (const QString &certPath=Settings::value(Settings::Security::Certificate).toString()) |
| isCertValid | |
| int | deskflow::gui::TlsUtility::getCertKeyLength (const QString &certPath=Settings::value(Settings::Security::Certificate).toString()) |
| Get the lenght of a key. | |
| QByteArray | deskflow::gui::TlsUtility::certFingerprint (const QString &certPath=Settings::value(Settings::Security::Certificate).toString()) |
| get the SHA256 fingerprint of a certificatefile. | |