#include <epp_TransportSSL.h>
Inheritance diagram for epptransport::epp_TransportSSL::
Public Methods | |
epp_TransportSSL () | |
virtual | ~epp_TransportSSL () |
void | writeToServer (const string &xml_string) |
string | readFromServer () |
void | connect (const string &serverName, const unsigned long &serverPort) |
void | connect (const string &serverName, const unsigned long &serverPort, const string &certFile, const string &cacertFile="", const string &cacertDir="") |
void | connect () |
void | disconnect () |
string | getCertFile () |
void | setCertFile (const string &certFile) |
string | getCACertFile () |
void | setCACertFile (const string &cacertFile) |
string | getCACertDir () |
void | setCACertDir (const string &cacertDir) |
bool | connected () |
|
|
|
|
|
Reimplemented from epptransport::epp_TransportConn. |
|
|
|
Reimplemented from epptransport::epp_TransportConn. |
|
|
|
Reimplemented from epptransport::epp_TransportConn. |
|
|
|
|
|
|
|
Reimplemented from epptransport::epp_TransportConn. |
|
|
|
|
|
|
|
Reimplemented from epptransport::epp_TransportConn. |