1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2026-04-23 01:13:01 +02:00
Files
CEF4Delphi/docs/html/uCEFInterfaces.ICefX509Certificate.html
Salvador Díaz Fau 30d9edd993
Make / build (ubuntu-latest) (push) Has been cancelled
Update to CEF 146.0.10
2026-04-04 18:01:24 +02:00

218 lines
13 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>cef4delphi: uCEFInterfaces: Interface ICefX509Certificate</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="PasDoc 1.0.4">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="StyleSheet" type="text/css" href="bootstrap.min.css">
<link rel="StyleSheet" type="text/css" href="pasdoc.css">
<style type="text/css">
body { margin: 0.5em; }
.badge { padding: 0.1em 0.5em; color: white; }
</style></head>
<body>
<span id="ICefX509Certificate"></span><h1 class="cio">Interface ICefX509Certificate</h1>
<div class="sections">
<div class="one_section"><a class="section" href="#PasDoc-Description">Description</a></div><div class="one_section"><a class="section" href="#PasDoc-Hierarchy">Hierarchy</a></div><div class="one_section"><a class="section" href="#PasDoc-Methods">Methods</a></div></div>
<span id="PasDoc-Description"></span><h2 class="unit">Unit</h2>
<p class="unitlink">
<a href="uCEFInterfaces.html">uCEFInterfaces</a></p>
<h2 class="declaration">Declaration</h2>
<p class="declaration">
<code>type ICefX509Certificate = interface(<a class="normal" href="uCEFInterfaces.ICefBaseRefCounted.html">ICefBaseRefCounted</a>)</code></p>
<h2 class="description">Description</h2>
<p>
Interface representing a X.509 certificate. </p>
<p>
<p>UNKNOWN
<p>&lt;see href=&quot;<a href="https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_x509_certificate_capi.h">https://bitbucket.org/chromiumembedded/cef/src/master/include/capi/cef_x509_certificate_capi.h</a>&quot;&gt;CEF source file: /include/capi/cef_x509_certificate_capi.h (cef_x509_certificate_t))</p>
<span id="PasDoc-Hierarchy"></span><h2 class="hierarchy">Hierarchy</h2>
<ul class="hierarchy"><li class="ancestor">IInterface</li>
<li class="ancestor"><a class="normal" href="uCEFInterfaces.ICefBaseRefCounted.html">ICefBaseRefCounted</a></li>
<li class="thisitem">ICefX509Certificate</li></ul><h2 class="overview">Overview</h2>
<span id="PasDoc-Methods"></span><h3 class="summary">Methods</h3>
<table class="summary wide_list">
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefX509Certificate.html#GetSubject">GetSubject</a></strong>: <a href="uCEFInterfaces.ICefX509CertPrincipal.html">ICefX509CertPrincipal</a>;</code></td>
</tr>
<tr class="list2 visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefX509Certificate.html#GetIssuer">GetIssuer</a></strong>: <a href="uCEFInterfaces.ICefX509CertPrincipal.html">ICefX509CertPrincipal</a>;</code></td>
</tr>
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefX509Certificate.html#GetSerialNumber">GetSerialNumber</a></strong>: <a href="uCEFInterfaces.ICefBinaryValue.html">ICefBinaryValue</a>;</code></td>
</tr>
<tr class="list2 visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefX509Certificate.html#GetValidStart">GetValidStart</a></strong>: <a href="uCEFTypes.html#TCefBaseTime">TCefBaseTime</a>;</code></td>
</tr>
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefX509Certificate.html#GetValidExpiry">GetValidExpiry</a></strong>: <a href="uCEFTypes.html#TCefBaseTime">TCefBaseTime</a>;</code></td>
</tr>
<tr class="list2 visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefX509Certificate.html#GetValidStartAsDateTime">GetValidStartAsDateTime</a></strong>: TDateTime;</code></td>
</tr>
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefX509Certificate.html#GetValidExpiryAsDateTime">GetValidExpiryAsDateTime</a></strong>: TDateTime;</code></td>
</tr>
<tr class="list2 visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefX509Certificate.html#GetDerEncoded">GetDerEncoded</a></strong>: <a href="uCEFInterfaces.ICefBinaryValue.html">ICefBinaryValue</a>;</code></td>
</tr>
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefX509Certificate.html#GetPemEncoded">GetPemEncoded</a></strong>: <a href="uCEFInterfaces.ICefBinaryValue.html">ICefBinaryValue</a>;</code></td>
</tr>
<tr class="list2 visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><code>function <strong><a href="uCEFInterfaces.ICefX509Certificate.html#GetIssuerChainSize">GetIssuerChainSize</a></strong>: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>;</code></td>
</tr>
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefX509Certificate.html#GetDEREncodedIssuerChain-NativeUInt-TCefBinaryValueArray-">GetDEREncodedIssuerChain</a></strong>(chainCount: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var chain : <a href="uCEFInterfaces.html#TCefBinaryValueArray">TCefBinaryValueArray</a>);</code></td>
</tr>
<tr class="list2 visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><code>procedure <strong><a href="uCEFInterfaces.ICefX509Certificate.html#GetPEMEncodedIssuerChain-NativeUInt-TCefBinaryValueArray-">GetPEMEncodedIssuerChain</a></strong>(chainCount: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var chain : <a href="uCEFInterfaces.html#TCefBinaryValueArray">TCefBinaryValueArray</a>);</code></td>
</tr>
</table>
<h2 class="description">Description</h2>
<h3 class="detail">Methods</h3>
<table class="detail visibility-public wide_list">
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><span id="GetSubject"></span><code>function <strong>GetSubject</strong>: <a href="uCEFInterfaces.ICefX509CertPrincipal.html">ICefX509CertPrincipal</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the subject of the X.509 certificate. For HTTPS server certificates this represents the web server. The common name of the subject should match the host name of the web server. </p>
<h6 class="description_section">Attributes</h6>
<dl class="attributes">
<dt>GUID['{C897979D-F068-4428-82DF-4221612FF7E0}']</dt>
<dd></dd>
</dl>
</td></tr>
</table>
<table class="detail visibility-public wide_list">
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><span id="GetIssuer"></span><code>function <strong>GetIssuer</strong>: <a href="uCEFInterfaces.ICefX509CertPrincipal.html">ICefX509CertPrincipal</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the issuer of the X.509 certificate. </p>
</td></tr>
</table>
<table class="detail visibility-public wide_list">
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><span id="GetSerialNumber"></span><code>function <strong>GetSerialNumber</strong>: <a href="uCEFInterfaces.ICefBinaryValue.html">ICefBinaryValue</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the DER encoded serial number for the X.509 certificate. The value possibly includes a leading 00 byte. </p>
</td></tr>
</table>
<table class="detail visibility-public wide_list">
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><span id="GetValidStart"></span><code>function <strong>GetValidStart</strong>: <a href="uCEFTypes.html#TCefBaseTime">TCefBaseTime</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the date before which the X.509 certificate is invalid. CefBaseTime.GetTimeT() will return 0 if no date was specified. </p>
</td></tr>
</table>
<table class="detail visibility-public wide_list">
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><span id="GetValidExpiry"></span><code>function <strong>GetValidExpiry</strong>: <a href="uCEFTypes.html#TCefBaseTime">TCefBaseTime</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the date after which the X.509 certificate is invalid. CefBaseTime.GetTimeT() will return 0 if no date was specified. </p>
</td></tr>
</table>
<table class="detail visibility-public wide_list">
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><span id="GetValidStartAsDateTime"></span><code>function <strong>GetValidStartAsDateTime</strong>: TDateTime;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the date before which the X.509 certificate is invalid. CefBaseTime.GetTimeT() will return 0 if no date was specified. </p>
</td></tr>
</table>
<table class="detail visibility-public wide_list">
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><span id="GetValidExpiryAsDateTime"></span><code>function <strong>GetValidExpiryAsDateTime</strong>: TDateTime;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the date after which the X.509 certificate is invalid. CefBaseTime.GetTimeT() will return 0 if no date was specified. </p>
</td></tr>
</table>
<table class="detail visibility-public wide_list">
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><span id="GetDerEncoded"></span><code>function <strong>GetDerEncoded</strong>: <a href="uCEFInterfaces.ICefBinaryValue.html">ICefBinaryValue</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the DER encoded data for the X.509 certificate. </p>
</td></tr>
</table>
<table class="detail visibility-public wide_list">
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><span id="GetPemEncoded"></span><code>function <strong>GetPemEncoded</strong>: <a href="uCEFInterfaces.ICefBinaryValue.html">ICefBinaryValue</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the PEM encoded data for the X.509 certificate. </p>
</td></tr>
</table>
<table class="detail visibility-public wide_list">
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><span id="GetIssuerChainSize"></span><code>function <strong>GetIssuerChainSize</strong>: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>;</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the number of certificates in the issuer chain. If 0, the certificate is self-signed. </p>
</td></tr>
</table>
<table class="detail visibility-public wide_list">
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><span id="GetDEREncodedIssuerChain-NativeUInt-TCefBinaryValueArray-"></span><code>procedure <strong>GetDEREncodedIssuerChain</strong>(chainCount: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var chain : <a href="uCEFInterfaces.html#TCefBinaryValueArray">TCefBinaryValueArray</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the DER encoded data for the certificate issuer chain. If we failed to encode a certificate in the chain it is still present in the array but is an NULL string. </p>
</td></tr>
</table>
<table class="detail visibility-public wide_list">
<tr class="list visibility-public">
<td class="visibility"><span class="badge vis-public">Public</span></td>
<td class="itemcode"><span id="GetPEMEncodedIssuerChain-NativeUInt-TCefBinaryValueArray-"></span><code>procedure <strong>GetPEMEncodedIssuerChain</strong>(chainCount: <a href="uCEFTypes.html#NativeUInt">NativeUInt</a>; var chain : <a href="uCEFInterfaces.html#TCefBinaryValueArray">TCefBinaryValueArray</a>);</code></td>
</tr>
<tr><td colspan="2">
<p>
Returns the PEM encoded data for the certificate issuer chain. If we failed to encode a certificate in the chain it is still present in the array but is an NULL string. </p>
</td></tr>
</table>
<hr><span class="appinfo"><em>Generated by <a href="https://pasdoc.github.io/">PasDoc 1.0.4</a>. </em>
</span>
</body></html>