#include <sslcontext.h>
Inheritance diagram for Dv::Ssl::SslContextV23:
Public Member Functions | |
SslContextV23 (const char *keyfilename=0, const char *certfilename=0) throw (std::runtime_error) | |
Constructor. | |
~SslContextV23 () | |
Destructor. |
Definition at line 135 of file sslcontext.h.
|
Constructor. If the context is to be used with a Dv::Ssl::SslServerSocket object, both filename arguments are obligatory. If the context is to be used with a Dv::Ssl::SslSocket object, the filename arguments are optional (but will not be used). |
|
Destructor.
|