Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dart::bin::X509TrustState Class Reference

#include <secure_socket_filter.h>

Public Member Functions

 X509TrustState (const X509 *x509, bool is_trusted)
 
const X509 * x509 () const
 
bool is_trusted () const
 

Detailed Description

Definition at line 26 of file secure_socket_filter.h.

Constructor & Destructor Documentation

◆ X509TrustState()

dart::bin::X509TrustState::X509TrustState ( const X509 *  x509,
bool  is_trusted 
)
inline

Definition at line 28 of file secure_socket_filter.h.

29 : x509_(x509), is_trusted_(is_trusted) {}

Member Function Documentation

◆ is_trusted()

bool dart::bin::X509TrustState::is_trusted ( ) const
inline

Definition at line 32 of file secure_socket_filter.h.

32{ return is_trusted_; }

◆ x509()

const X509 * dart::bin::X509TrustState::x509 ( ) const
inline

Definition at line 31 of file secure_socket_filter.h.

31{ return x509_; }

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