diff -r 6104ae9ceb55 -r 30226d5a7ffb Documentation/Source/eric5.Helpviewer.SslInfoDialog.html --- a/Documentation/Source/eric5.Helpviewer.SslInfoDialog.html Tue Sep 27 19:03:52 2011 +0200 +++ b/Documentation/Source/eric5.Helpviewer.SslInfoDialog.html Fri Sep 30 19:08:38 2011 +0200 @@ -67,6 +67,9 @@ <td><a href="#SslInfoDialog.__formatHexString">__formatHexString</a></td> <td>Private method to format a hex string for display.</td> </tr><tr> +<td><a href="#SslInfoDialog.__hasExpired">__hasExpired</a></td> +<td>Private method to check for a certificate expiration.</td> +</tr><tr> <td><a href="#SslInfoDialog.__serialNumber">__serialNumber</a></td> <td>Private slot to format the certificate serial number.</td> </tr> @@ -118,6 +121,24 @@ <dd> formatted string (string) </dd> +</dl><a NAME="SslInfoDialog.__hasExpired" ID="SslInfoDialog.__hasExpired"></a> +<h4>SslInfoDialog.__hasExpired</h4> +<b>__hasExpired</b>(<i>effectiveDate, expiryDate</i>) +<p> + Private method to check for a certificate expiration. +</p><dl> +<dt><i>effectiveDate</i></dt> +<dd> +date the certificate becomes effective (QDateTime) +</dd><dt><i>expiryDate</i></dt> +<dd> +date the certificate expires (QDateTime) +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +flag indicating the expiration status (boolean) +</dd> </dl><a NAME="SslInfoDialog.__serialNumber" ID="SslInfoDialog.__serialNumber"></a> <h4>SslInfoDialog.__serialNumber</h4> <b>__serialNumber</b>(<i>cert</i>)