![]() |
Deskflow 1.25.0.83
Keyboard and mouse sharing utility
|
Functions | |
| bool | isEnabled () |
| Checks the settings values Settings::Security::TlsEnabled. | |
| bool | isCertValid (const QString &certPath=Settings::value(Settings::Security::Certificate).toString()) |
| isCertValid | |
| int | getCertKeyLength (const QString &certPath=Settings::value(Settings::Security::Certificate).toString()) |
| Get the lenght of a key. | |
| QByteArray | certFingerprint (const QString &certPath=Settings::value(Settings::Security::Certificate).toString()) |
| get the SHA256 fingerprint of a certificatefile. | |
| bool | generateCertificate () |
| QByteArray deskflow::gui::TlsUtility::certFingerprint | ( | const QString & | certPath = Settings::value(Settings::Security::Certificate).toString() | ) |
get the SHA256 fingerprint of a certificatefile.
| certPath | path of the file to fingerprint, when not set uses the vaule of Settings::Security::Certificate |
| bool deskflow::gui::TlsUtility::generateCertificate | ( | ) |
| int deskflow::gui::TlsUtility::getCertKeyLength | ( | const QString & | certPath = Settings::value(Settings::Security::Certificate).toString() | ) |
Get the lenght of a key.
| certPath | path of the file to check, when unset will use the value of Settings::Security::Certificate |
| bool deskflow::gui::TlsUtility::isCertValid | ( | const QString & | certPath = Settings::value(Settings::Security::Certificate).toString() | ) |
isCertValid
| certPath | the path of the file to check, when not set uses Settings::Security::Certificate value |
| bool deskflow::gui::TlsUtility::isEnabled | ( | ) |
Checks the settings values Settings::Security::TlsEnabled.