|
CEF3 C++ API Docs - Version 75.1.4+g4210896+chromium-75.0.3770.100 | ||||||
FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
CefBaseRefCounted | +--CefX509Certificatein cef_x509_certificate.h
Class representing a X.509 certificate.
Inner Classes, Typedefs, and Enums | |
typedef |
CefX509Certificate::IssuerChainBinaryList
|
Method Summary | |
virtual CefRefPtr< CefBinaryValue > |
GetDEREncoded()= 0
Returns the DER encoded data for the X.509 certificate. |
virtual void |
GetDEREncodedIssuerChain( CefX509Certificate::IssuerChainBinaryList& chain )= 0
Returns the DER encoded data for the certificate issuer chain. |
virtual CefRefPtr< CefX509CertPrincipal > |
GetIssuer()= 0
Returns the issuer of the X.509 certificate. |
virtual size_t |
GetIssuerChainSize()= 0
Returns the number of certificates in the issuer chain. |
virtual CefRefPtr< CefBinaryValue > |
GetPEMEncoded()= 0
Returns the PEM encoded data for the X.509 certificate. |
virtual void |
GetPEMEncodedIssuerChain( CefX509Certificate::IssuerChainBinaryList& chain )= 0
Returns the PEM encoded data for the certificate issuer chain. |
virtual CefRefPtr< CefBinaryValue > |
GetSerialNumber()= 0
Returns the DER encoded serial number for the X.509 certificate. |
virtual CefRefPtr< CefX509CertPrincipal > |
GetSubject()= 0
Returns the subject of the X.509 certificate. |
virtual CefTime |
GetValidExpiry()= 0
Returns the date after which the X.509 certificate is invalid. |
virtual CefTime |
GetValidStart()= 0
Returns the date before which the X.509 certificate is invalid. |
Methods inherited from class CefBaseRefCounted |
AddRef, Release, HasOneRef, HasAtLeastOneRef |
Method Detail |
public virtual CefRefPtr< CefBinaryValue > GetDEREncoded()= 0;
public virtual void GetDEREncodedIssuerChain( CefX509Certificate::IssuerChainBinaryList& chain )= 0;
public virtual CefRefPtr< CefX509CertPrincipal > GetIssuer()= 0;
public virtual size_t GetIssuerChainSize()= 0;
public virtual CefRefPtr< CefBinaryValue > GetPEMEncoded()= 0;
public virtual void GetPEMEncodedIssuerChain( CefX509Certificate::IssuerChainBinaryList& chain )= 0;
public virtual CefRefPtr< CefBinaryValue > GetSerialNumber()= 0;
public virtual CefRefPtr< CefX509CertPrincipal > GetSubject()= 0;
public virtual CefTime GetValidExpiry()= 0;
public virtual CefTime GetValidStart()= 0;
|
CEF3 C++ API Docs - Version 75.1.4+g4210896+chromium-75.0.3770.100 | ||||||
FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |