#include <ServerInfo.h>
Public Attributes | |
std::string | cert |
std::string | dh |
std::string | pkey |
std::string | trustedPath |
Private Member Functions | |
bool | secure () const |
Friends | |
struct | ServerInfo |
Definition at line 28 of file ServerInfo.h.
bool adchpp::ServerInfo::TLSInfo::secure | ( | ) | const [inline, private] |
Definition at line 36 of file ServerInfo.h.
References cert, dh, pkey, and trustedPath.
Referenced by adchpp::ServerInfo::secure().
friend struct ServerInfo [friend] |
Definition at line 35 of file ServerInfo.h.
std::string adchpp::ServerInfo::TLSInfo::cert |
Definition at line 29 of file ServerInfo.h.
Referenced by secure().
std::string adchpp::ServerInfo::TLSInfo::dh |
Definition at line 32 of file ServerInfo.h.
Referenced by secure().
std::string adchpp::ServerInfo::TLSInfo::pkey |
Definition at line 30 of file ServerInfo.h.
Referenced by secure().
std::string adchpp::ServerInfo::TLSInfo::trustedPath |
Definition at line 31 of file ServerInfo.h.
Referenced by secure().