205 Private slot to show certificate information. |
205 Private slot to show certificate information. |
206 """ |
206 """ |
207 from .E5SslCertificatesInfoDialog import E5SslCertificatesInfoDialog |
207 from .E5SslCertificatesInfoDialog import E5SslCertificatesInfoDialog |
208 dlg = E5SslCertificatesInfoDialog( |
208 dlg = E5SslCertificatesInfoDialog( |
209 self.__configuration.peerCertificateChain()) |
209 self.__configuration.peerCertificateChain()) |
210 dlg.exec_() |
210 dlg.exec() |
211 |
211 |
212 def accept(self): |
212 def accept(self): |
213 """ |
213 """ |
214 Public method to accept the widget. |
214 Public method to accept the widget. |
215 """ |
215 """ |