--- a/src/eric7/Documentation/Source/eric7.EricNetwork.EricSslCertificatesInfoWidget.html Tue Dec 19 11:04:03 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricNetwork.EricSslCertificatesInfoWidget.html Tue Dec 19 19:57:08 2023 +0100 @@ -106,9 +106,9 @@ </p> <dl> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl> <a NAME="EricSslCertificatesInfoWidget.__certificateString" ID="EricSslCertificatesInfoWidget.__certificateString"></a> @@ -120,15 +120,21 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text to be displayed (string) +text to be displayed </dd> </dl> <dl> <dt>Return:</dt> <dd> -prepared text (string) +prepared text +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="EricSslCertificatesInfoWidget.__formatHexString" ID="EricSslCertificatesInfoWidget.__formatHexString"></a> @@ -140,15 +146,21 @@ </p> <dl> -<dt><i>hexString</i></dt> +<dt><i>hexString</i> (str)</dt> <dd> -hex string to be formatted (string) +hex string to be formatted </dd> </dl> <dl> <dt>Return:</dt> <dd> -formatted string (string) +formatted string +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="EricSslCertificatesInfoWidget.__hasExpired" ID="EricSslCertificatesInfoWidget.__hasExpired"></a> @@ -160,19 +172,25 @@ </p> <dl> -<dt><i>effectiveDate</i></dt> +<dt><i>effectiveDate</i> (QDateTime)</dt> <dd> -date the certificate becomes effective (QDateTime) +date the certificate becomes effective </dd> -<dt><i>expiryDate</i></dt> +<dt><i>expiryDate</i> (QDateTime)</dt> <dd> -date the certificate expires (QDateTime) +date the certificate expires </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating the expiration status (boolean) +flag indicating the expiration status +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="EricSslCertificatesInfoWidget.__serialNumber" ID="EricSslCertificatesInfoWidget.__serialNumber"></a> @@ -184,15 +202,21 @@ </p> <dl> -<dt><i>cert</i></dt> +<dt><i>cert</i> (QSslCertificate)</dt> <dd> -reference to the SSL certificate (QSslCertificate) +reference to the SSL certificate </dd> </dl> <dl> <dt>Return:</dt> <dd> -formated serial number (string) +formated serial number +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="EricSslCertificatesInfoWidget.__showCertificate" ID="EricSslCertificatesInfoWidget.__showCertificate"></a> @@ -204,9 +228,9 @@ </p> <dl> -<dt><i>certificate</i></dt> +<dt><i>certificate</i> (QSslCertificate)</dt> <dd> -reference to the SSL certificate (QSslCertificate) +reference to the SSL certificate </dd> </dl> <a NAME="EricSslCertificatesInfoWidget.on_chainComboBox_activated" ID="EricSslCertificatesInfoWidget.on_chainComboBox_activated"></a> @@ -218,10 +242,9 @@ </p> <dl> -<dt><i>index</i></dt> +<dt><i>index</i> (int)</dt> <dd> number of the certificate in the certificate chain - (integer) </dd> </dl> <a NAME="EricSslCertificatesInfoWidget.showCertificate" ID="EricSslCertificatesInfoWidget.showCertificate"></a> @@ -233,9 +256,9 @@ </p> <dl> -<dt><i>certificate</i></dt> +<dt><i>certificate</i> (QSslCertificate)</dt> <dd> -reference to the SSL certificate (QSslCertificate) +reference to the SSL certificate </dd> </dl> <a NAME="EricSslCertificatesInfoWidget.showCertificateChain" ID="EricSslCertificatesInfoWidget.showCertificateChain"></a> @@ -247,10 +270,9 @@ </p> <dl> -<dt><i>certificateChain</i></dt> +<dt><i>certificateChain</i> (list of QSslCertificate)</dt> <dd> list od SSL certificates - (list of QSslCertificate) </dd> </dl> <div align="right"><a href="#top">Up</a></div>