E-MailRelay
Public Member Functions | List of all members
GSsl::MbedTls::Config Class Reference

Holds protocol version information, etc. More...

#include <gssl_mbedtls.h>

Public Member Functions

 Config (G::StringArray &config)
 
int min_ () const noexcept
 
int max_ () const noexcept
 
bool noverify () const noexcept
 
bool clientnoverify () const noexcept
 
bool servernoverify () const noexcept
 

Detailed Description

Holds protocol version information, etc.

Definition at line 186 of file gssl_mbedtls.h.

Constructor & Destructor Documentation

◆ Config()

GSsl::MbedTls::Config::Config ( G::StringArray config)
explicit

Definition at line 158 of file gssl_mbedtls.cpp.

Member Function Documentation

◆ clientnoverify()

bool GSsl::MbedTls::Config::clientnoverify ( ) const
noexcept

Definition at line 217 of file gssl_mbedtls.cpp.

◆ max_()

int GSsl::MbedTls::Config::max_ ( ) const
noexcept

Definition at line 207 of file gssl_mbedtls.cpp.

◆ min_()

int GSsl::MbedTls::Config::min_ ( ) const
noexcept

Definition at line 202 of file gssl_mbedtls.cpp.

◆ noverify()

bool GSsl::MbedTls::Config::noverify ( ) const
noexcept

Definition at line 212 of file gssl_mbedtls.cpp.

◆ servernoverify()

bool GSsl::MbedTls::Config::servernoverify ( ) const
noexcept

Definition at line 222 of file gssl_mbedtls.cpp.


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