81 |
81 |
82 self.__showCertificate(certificate) |
82 self.__showCertificate(certificate) |
83 |
83 |
84 def __showCertificate(self, certificate): |
84 def __showCertificate(self, certificate): |
85 """ |
85 """ |
86 Public method to show the SSL certificate information. |
86 Private method to show the SSL certificate information. |
87 |
87 |
88 @param certificate reference to the SSL certificate (QSslCertificate) |
88 @param certificate reference to the SSL certificate (QSslCertificate) |
89 """ |
89 """ |
90 self.blacklistedLabel.setVisible(False) |
90 self.blacklistedLabel.setVisible(False) |
91 self.blacklistedLabel.setStyleSheet( |
91 self.blacklistedLabel.setStyleSheet( |