A private pimple class used by GSsl::Library. More...
Public Types | |
typedef Library::LogFn | LogFn |
Public Member Functions | |
LibraryImp (const std::string &pem_file=std::string(), unsigned int flags=0U, LogFn log_fn=NULL) | |
~LibraryImp () | |
Context & | ctx () const |
std::string | pem () const |
LogFn | logFn () const |
unsigned int | flags () const |
A private pimple class used by GSsl::Library.
Definition at line 103 of file gssl_openssl.cpp.
Definition at line 106 of file gssl_openssl.cpp.
|
explicit |
Definition at line 180 of file gssl_openssl.cpp.
GSsl::LibraryImp::~LibraryImp | ( | ) |
Definition at line 199 of file gssl_openssl.cpp.
GSsl::Context & GSsl::LibraryImp::ctx | ( | ) | const |
Definition at line 216 of file gssl_openssl.cpp.
unsigned int GSsl::LibraryImp::flags | ( | ) | const |
Definition at line 206 of file gssl_openssl.cpp.
GSsl::Library::LogFn GSsl::LibraryImp::logFn | ( | ) | const |
Definition at line 211 of file gssl_openssl.cpp.
std::string GSsl::LibraryImp::pem | ( | ) | const |
Definition at line 221 of file gssl_openssl.cpp.