#include <sslcontext.h>
Inheritance diagram for Dv::Ssl::SslContextV3:
Public Member Functions | |
SslContextV3 (const char *keyfilename=0, const char *certfilename=0) throw (std::runtime_error) | |
Constructor. | |
~SslContextV3 () | |
Destructor. |
Definition at line 150 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.
|