#include <KjSslObject.h>
Inheritance diagram for KjSslObject:
Public Member Functions | |
KjSslObject () | |
Framework object SSL_CTX for SSL enabled functions. | |
virtual | ~KjSslObject () |
void | CheckErrors (const string &_str) |
Check SSL errors. | |
void | CheckSslErrors (const SSL *_pSsl, const int _iRet, const string &_str) |
More detail SSL errors checking. | |
SSL_CTX * | GetCtx () |
Private Attributes | |
SSL_CTX * | m_pCtx |
Definition at line 47 of file KjSslObject.h.
|
Framework object SSL_CTX for SSL enabled functions.
Definition at line 36 of file KjSslObject.cpp. References m_pCtx. |
|
Definition at line 45 of file KjSslObject.cpp. |
|
Check SSL errors.
Definition at line 51 of file KjSslObject.cpp. Referenced by KjSslConnection::ClientConnect(), KjSslConnection::Init(), KjSslServer::KjSslServer(), KjSslServer::NextClient(), and KjSslConnection::ServerConnect(). |
|
More detail SSL errors checking.
Definition at line 67 of file KjSslObject.cpp. Referenced by KjSslConnection::ClientConnect(), and KjSslConnection::ServerConnect(). |
|
Definition at line 58 of file KjSslObject.h. References m_pCtx. Referenced by KjSslConnection::Init(). |
|
Definition at line 49 of file KjSslObject.h. Referenced by GetCtx(), and KjSslObject(). |