Class TCEFX509CertificateRef

Description
Hierarchy
Fields
Methods
Properties

Unit

Declaration

type TCEFX509CertificateRef = class(TCefBaseRefCountedRef, ICefX509Certificate)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected function GetSubject: ICefX509CertPrincipal;
Protected function GetIssuer: ICefX509CertPrincipal;
Protected function GetSerialNumber: ICefBinaryValue;
Protected function GetValidStart: TCefBaseTime;
Protected function GetValidExpiry: TCefBaseTime;
Protected function GetValidStartAsDateTime: TDateTime;
Protected function GetValidExpiryAsDateTime: TDateTime;
Protected function GetDerEncoded: ICefBinaryValue;
Protected function GetPemEncoded: ICefBinaryValue;
Protected function GetIssuerChainSize: NativeUInt;
Protected procedure GetDEREncodedIssuerChain(chainCount: NativeUInt; var chain : TCefBinaryValueArray);
Protected procedure GetPEMEncodedIssuerChain(chainCount: NativeUInt; var chain : TCefBinaryValueArray);
Public class function UnWrap(data: Pointer): ICefX509Certificate;

Description

Methods

Protected function GetSubject: ICefX509CertPrincipal;

This item has no description. Showing description inherited from ICefX509Certificate.GetSubject.

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.

Protected function GetIssuer: ICefX509CertPrincipal;

This item has no description. Showing description inherited from ICefX509Certificate.GetIssuer.

Returns the issuer of the X.509 certificate.

Protected function GetSerialNumber: ICefBinaryValue;

This item has no description. Showing description inherited from ICefX509Certificate.GetSerialNumber.

Returns the DER encoded serial number for the X.509 certificate. The value possibly includes a leading 00 byte.

Protected function GetValidStart: TCefBaseTime;

This item has no description. Showing description inherited from ICefX509Certificate.GetValidStart.

Returns the date before which the X.509 certificate is invalid. CefBaseTime.GetTimeT() will return 0 if no date was specified.

Protected function GetValidExpiry: TCefBaseTime;

This item has no description. Showing description inherited from ICefX509Certificate.GetValidExpiry.

Returns the date after which the X.509 certificate is invalid. CefBaseTime.GetTimeT() will return 0 if no date was specified.

Protected function GetValidStartAsDateTime: TDateTime;

This item has no description. Showing description inherited from ICefX509Certificate.GetValidStartAsDateTime.

Returns the date before which the X.509 certificate is invalid. CefBaseTime.GetTimeT() will return 0 if no date was specified.

Protected function GetValidExpiryAsDateTime: TDateTime;

This item has no description. Showing description inherited from ICefX509Certificate.GetValidExpiryAsDateTime.

Returns the date after which the X.509 certificate is invalid. CefBaseTime.GetTimeT() will return 0 if no date was specified.

Protected function GetDerEncoded: ICefBinaryValue;

This item has no description. Showing description inherited from ICefX509Certificate.GetDerEncoded.

Returns the DER encoded data for the X.509 certificate.

Protected function GetPemEncoded: ICefBinaryValue;

This item has no description. Showing description inherited from ICefX509Certificate.GetPemEncoded.

Returns the PEM encoded data for the X.509 certificate.

Protected function GetIssuerChainSize: NativeUInt;

This item has no description. Showing description inherited from ICefX509Certificate.GetIssuerChainSize.

Returns the number of certificates in the issuer chain. If 0, the certificate is self-signed.

Protected procedure GetDEREncodedIssuerChain(chainCount: NativeUInt; var chain : TCefBinaryValueArray);

This item has no description. Showing description inherited from ICefX509Certificate.GetDEREncodedIssuerChain.

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.

Protected procedure GetPEMEncodedIssuerChain(chainCount: NativeUInt; var chain : TCefBinaryValueArray);

This item has no description. Showing description inherited from ICefX509Certificate.GetPEMEncodedIssuerChain.

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.

Public class function UnWrap(data: Pointer): ICefX509Certificate;

This item has no description.


Generated by PasDoc 0.16.0-snapshot.