|
AusweisApp2
|
#include <RemoteServiceSettings.h>
Klassen | |
| class | RemoteInfo |
Signale | |
| void | fireTrustedCertificatesChanged () |
| void | fireTrustedRemoteInfosChanged () |
Signale geerbt von governikus::AbstractSettings | |
| void | fireSettingsChanged () |
Öffentliche Methoden | |
| virtual | ~RemoteServiceSettings () override |
| virtual void | save () override |
| QString | getServerName () const |
| void | setServerName (const QString &pName) |
| bool | getPinPadMode () const |
| void | setPinPadMode (bool pPinPadMode) |
| QList< QSslCertificate > | getTrustedCertificates () const |
| void | addTrustedCertificate (const QSslCertificate &pCertificate) |
| void | removeTrustedCertificate (const QSslCertificate &pCertificate) |
| void | removeTrustedCertificate (const QString &pFingerprint) |
| QSslCertificate | getCertificate () const |
| void | setCertificate (const QSslCertificate &pCert) const |
| QSslKey | getKey () const |
| void | setKey (const QSslKey &pKey) const |
| RemoteInfo | getRemoteInfo (const QSslCertificate &pCertificate) const |
| RemoteInfo | getRemoteInfo (const QString &pFingerprint) const |
| QVector< RemoteInfo > | getRemoteInfos () const |
| bool | updateRemoteInfo (const RemoteInfo &pInfo) |
Öffentliche Methoden geerbt von governikus::AbstractSettings | |
| bool | appIsBackgroundService () const |
Öffentliche, statische Methoden | |
| static QString | generateFingerprint (const QSslCertificate &pCert) |
Öffentliche, statische Methoden geerbt von governikus::AbstractSettings | |
| static QSharedPointer< QSettings > | getStore () |
Freundbeziehungen | |
| class | AppSettings |
| class | ::test_RemoteServiceSettings |
| class | ::test_RemoteConnector |
| class | ::test_RemoteTlsServer |
| class | ::test_RemoteWebSocketServer |
Weitere Geerbte Elemente | |
Statische öffentliche Attribute geerbt von governikus::AbstractSettings | |
| static QSharedPointer < QTemporaryDir > | mTestDir |
Geschützte Methoden geerbt von governikus::AbstractSettings | |
| AbstractSettings () | |
| virtual | ~AbstractSettings () |
|
overridevirtual |
| void RemoteServiceSettings::addTrustedCertificate | ( | const QSslCertificate & | pCertificate | ) |
|
signal |
|
signal |
|
static |
| QSslCertificate RemoteServiceSettings::getCertificate | ( | ) | const |
| QSslKey RemoteServiceSettings::getKey | ( | ) | const |
| bool RemoteServiceSettings::getPinPadMode | ( | ) | const |
| RemoteServiceSettings::RemoteInfo RemoteServiceSettings::getRemoteInfo | ( | const QSslCertificate & | pCertificate | ) | const |
| RemoteServiceSettings::RemoteInfo RemoteServiceSettings::getRemoteInfo | ( | const QString & | pFingerprint | ) | const |
| QVector< RemoteServiceSettings::RemoteInfo > RemoteServiceSettings::getRemoteInfos | ( | ) | const |
| QString RemoteServiceSettings::getServerName | ( | ) | const |
| QList< QSslCertificate > RemoteServiceSettings::getTrustedCertificates | ( | ) | const |
| void RemoteServiceSettings::removeTrustedCertificate | ( | const QSslCertificate & | pCertificate | ) |
| void RemoteServiceSettings::removeTrustedCertificate | ( | const QString & | pFingerprint | ) |
|
overridevirtual |
Implementiert governikus::AbstractSettings.
| void RemoteServiceSettings::setCertificate | ( | const QSslCertificate & | pCert | ) | const |
| void RemoteServiceSettings::setKey | ( | const QSslKey & | pKey | ) | const |
| void RemoteServiceSettings::setPinPadMode | ( | bool | pPinPadMode | ) |
| void RemoteServiceSettings::setServerName | ( | const QString & | pName | ) |
| bool RemoteServiceSettings::updateRemoteInfo | ( | const RemoteInfo & | pInfo | ) |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |