SecureSocket 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 |
SecureSocket 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.
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