Helpviewer/HelpBrowserWV.py

changeset 2585
242d6d991ca1
parent 2432
b1a2f9054b28
child 2677
3d4277929fb3
child 2954
bf0215fe12d1
--- a/Helpviewer/HelpBrowserWV.py	Sun Apr 14 17:13:32 2013 +0200
+++ b/Helpviewer/HelpBrowserWV.py	Sun Apr 14 18:41:08 2013 +0200
@@ -490,6 +490,14 @@
         chain = self.__sslConfiguration.peerCertificateChain()
         return chain
     
+    def getSslConfiguration(self):
+        """
+        Public method to return a reference to the current SSL configuration.
+        
+        @return reference to the SSL configuration in use (QSslConfiguration)
+        """
+        return self.__sslConfiguration
+    
     def showSslInfo(self, pos):
         """
         Public slot to show some SSL information for the loaded page.

eric ide

mercurial