src/eric7/Documentation/Source/eric7.EricNetwork.EricSslCertificatesInfoDialog.html

Thu, 11 Jul 2024 14:21:34 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 11 Jul 2024 14:21:34 +0200
branch
eric7
changeset 10840
c8045d0dbaa7
parent 10479
856476537696
permissions
-rw-r--r--

MicroPython
- Updated the list of known CircuitPython boards for CPy 9.1.0.
- Updated the list of known UF2 capable boards.

<!DOCTYPE html>
<html><head>
<title>eric7.EricNetwork.EricSslCertificatesInfoDialog</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<a NAME="top" ID="top"></a>
<h1>eric7.EricNetwork.EricSslCertificatesInfoDialog</h1>
<p>
Module implementing a dialog to show SSL certificate infos.
</p>

<h3>Global Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>

<h3>Classes</h3>
<table>
<tr>
<td><a href="#EricSslCertificatesInfoDialog">EricSslCertificatesInfoDialog</a></td>
<td>Class implementing a dialog to show SSL certificate infos.</td>
</tr>
</table>

<h3>Functions</h3>
<table>
<tr><td>None</td></tr>
</table>

<hr />
<hr />
<a NAME="EricSslCertificatesInfoDialog" ID="EricSslCertificatesInfoDialog"></a>
<h2>EricSslCertificatesInfoDialog</h2>
<p>
    Class implementing a dialog to show SSL certificate infos.
</p>

<h3>Derived from</h3>
QDialog, Ui_EricSslCertificatesInfoDialog
<h3>Class Attributes</h3>
<table>
<tr><td>None</td></tr>
</table>

<h3>Class Methods</h3>
<table>
<tr><td>None</td></tr>
</table>

<h3>Methods</h3>
<table>
<tr>
<td><a href="#EricSslCertificatesInfoDialog.__init__">EricSslCertificatesInfoDialog</a></td>
<td>Constructor</td>
</tr>
</table>

<h3>Static Methods</h3>
<table>
<tr><td>None</td></tr>
</table>


<a NAME="EricSslCertificatesInfoDialog.__init__" ID="EricSslCertificatesInfoDialog.__init__"></a>
<h4>EricSslCertificatesInfoDialog (Constructor)</h4>
<b>EricSslCertificatesInfoDialog</b>(<i>certificateChain, parent=None</i>)
<p>
        Constructor
</p>

<dl>

<dt><i>certificateChain</i> (list of QSslCertificate)</dt>
<dd>
SSL certificate chain
</dd>
<dt><i>parent</i> (QWidget)</dt>
<dd>
reference to the parent widget
</dd>
</dl>
<div align="right"><a href="#top">Up</a></div>
<hr />
</body></html>

eric ide

mercurial