Chromium Embedded Framework (CEF) 148.0.4+ga59e378+chromium-148.0.7778.40
CefSSLInfo Class Referenceabstract

Class representing SSL information. More...

#include "include/cef_ssl_info.h"

Inheritance diagram for CefSSLInfo:
CefBaseRefCounted

Public Member Functions

virtual cef_cert_status_t GetCertStatus ()=0
 Returns a bitmask containing any and all problems verifying the server certificate.
 
virtual CefRefPtr< CefX509CertificateGetX509Certificate ()=0
 Returns the X.509 certificate.
 
- Public Member Functions inherited from CefBaseRefCounted
virtual void AddRef () const =0
 Called to increment the reference count for the object.
 
virtual bool Release () const =0
 Called to decrement the reference count for the object.
 
virtual bool HasOneRef () const =0
 Returns true if the reference count is 1.
 
virtual bool HasAtLeastOneRef () const =0
 Returns true if the reference count is at least 1.
 

Additional Inherited Members

- Protected Member Functions inherited from CefBaseRefCounted
virtual ~CefBaseRefCounted ()
 

Detailed Description

Class representing SSL information.

Member Function Documentation

◆ GetCertStatus()

virtual cef_cert_status_t CefSSLInfo::GetCertStatus ( )
pure virtual

Returns a bitmask containing any and all problems verifying the server certificate.

◆ GetX509Certificate()

virtual CefRefPtr< CefX509Certificate > CefSSLInfo::GetX509Certificate ( )
pure virtual

Returns the X.509 certificate.


The documentation for this class was generated from the following file: