summaryrefslogtreecommitdiffstats
path: root/src/fbgui/fbgui.h
diff options
context:
space:
mode:
authorMichael Neves2012-02-02 22:01:53 +0100
committerMichael Neves2012-02-02 22:01:53 +0100
commit955edaa2409b5177bebf94ae36b932daef0f6648 (patch)
treed783e4d71dc05cc65efee7608fa7a34bd7faa3d3 /src/fbgui/fbgui.h
parentignore SelfSignedCertificateInChain-Error fot OpenSLX-Cert (diff)
downloadfbgui-955edaa2409b5177bebf94ae36b932daef0f6648.tar.gz
fbgui-955edaa2409b5177bebf94ae36b932daef0f6648.tar.xz
fbgui-955edaa2409b5177bebf94ae36b932daef0f6648.zip
User Private Key, Certificate und Server Certificate gesetzt
Diffstat (limited to 'src/fbgui/fbgui.h')
-rw-r--r--src/fbgui/fbgui.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/fbgui/fbgui.h b/src/fbgui/fbgui.h
index 1c9d8ae..0c8d7d6 100644
--- a/src/fbgui/fbgui.h
+++ b/src/fbgui/fbgui.h
@@ -82,9 +82,6 @@ private:
bool checkHost() const;
void loadURL();
- //test function to read and save CACertificates
- QSslCertificate readCertificate(const QString&);
-
//Dump all Certificates in SSLConfiguration
void dumpCACertificates();
@@ -134,10 +131,13 @@ private slots:
void httpErrorHandler(QNetworkReply*);
//Sets CaCertificates in QSslConfiguration
- void registerCACertificates(const QList<QSslCertificate> & );
+ void setCACertificates(const QList<QSslCertificate> & );
//Sets LocalCertificate in QSslConfiguration
- void setLocalCertificate(QSslCertificate& cert);
+ void setLocalCertificate(const QSslCertificate & );
+
+ //Sets PrivateKey in QSslConfiguration
+ void setPrivateKey(const QSslKey &);
// shut off the system
void performShutDown();