SSLSocket class - derived from Socket but has a SSLcontext associated with it
![]() | SSLSocket (SecureSocketImpl* impl = NULL) Constructs a SSLSocket from a SecureSocketImpl |
![]() | SSLSocket (const string& host, int port) Constructs a client SSLSocket from the Provider default SSLClientContext and default SecureSocketImpl |
![]() | SSLSocket (const SSLContext& ctx, const string& host, int port) Constructs a client SSLSocket from a Server SSLContext and the Provider default SecureSocketImpl |
![]() | ~SSLSocket () Destroys this object |
![]() | getSSLContext () Return the security context associated with this socket |
SSLSocket class - derived from Socket but has a SSLcontext associated with it. Inherits most of its methods from Socket i.e. setting the host, setting/getting the port, connection and binding.
SSLSocket(const string& host, int port)
port - to which the socket will connect.
SSLSocket(const SSLContext& ctx, const string& host, int port)
host - host to which the socket will connect.
port - port to which the socket will connect.
~SSLSocket()
const SSLContext& getSSLContext()
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de