|
Chromium Embedded Framework (CEF) 148.0.4+ga59e378+chromium-148.0.7778.40
|
Class representing the SSL information for a navigation entry. More...
#include "include/cef_ssl_status.h"
Public Member Functions | |
| virtual bool | IsSecureConnection ()=0 |
| Returns true if the status is related to a secure SSL/TLS connection. | |
| virtual cef_cert_status_t | GetCertStatus ()=0 |
| Returns a bitmask containing any and all problems verifying the server certificate. | |
| virtual cef_ssl_version_t | GetSSLVersion ()=0 |
| Returns the SSL version used for the SSL connection. | |
| virtual cef_ssl_content_status_t | GetContentStatus ()=0 |
| Returns a bitmask containing the page security content status. | |
| virtual CefRefPtr< CefX509Certificate > | GetX509Certificate ()=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 () |
Class representing the SSL information for a navigation entry.
|
pure virtual |
Returns a bitmask containing any and all problems verifying the server certificate.
|
pure virtual |
Returns a bitmask containing the page security content status.
|
pure virtual |
Returns the SSL version used for the SSL connection.
|
pure virtual |
Returns the X.509 certificate.
|
pure virtual |
Returns true if the status is related to a secure SSL/TLS connection.