From 955edaa2409b5177bebf94ae36b932daef0f6648 Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Thu, 2 Feb 2012 22:01:53 +0100 Subject: User Private Key, Certificate und Server Certificate gesetzt --- src/fbgui/fbgui.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/fbgui/fbgui.h') 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 & ); + void setCACertificates(const QList & ); //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(); -- cgit v1.2.3-55-g7522