Dv::Ssl::ContextV23 Class Reference

SSl V23 context. More...

#include <sslcontext.h>

Inheritance diagram for Dv::Ssl::ContextV23:

Inheritance graph
[legend]
Collaboration diagram for Dv::Ssl::ContextV23:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ContextV23 (const char *keyfilename=0, const char *certfilename=0) throw (std::runtime_error)
 Constructor.
 ~ContextV23 ()
 Destructor.

Detailed Description

SSl V23 context.

See also:
Dv::Ssl::Context.

Definition at line 121 of file sslcontext.h.


Constructor & Destructor Documentation

Dv::Ssl::ContextV23::ContextV23 ( const char *  keyfilename = 0,
const char *  certfilename = 0 
) throw (std::runtime_error)

Constructor.

If the context is to be used with a Dv::Ssl::ServerSocket object, both filename arguments are obligatory. If the context is to be used with a Dv::Ssl::Socket object, the filename arguments are optional (but will not be used).

Dv::Ssl::ContextV23::~ContextV23 (  ) 

Destructor.


The documentation for this class was generated from the following file:
dvssl-0.6.1 [15 March, 2008]