Dv::Ssl::ContextV2 Class Reference

SSl V2 context. More...

#include <sslcontext.h>

Inheritance diagram for Dv::Ssl::ContextV2:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

Detailed Description

SSl V2 context.

See also:
Dv::Ssl::Context.

Definition at line 107 of file sslcontext.h.


Constructor & Destructor Documentation

Dv::Ssl::ContextV2::ContextV2 ( 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::ContextV2::~ContextV2 (  ) 

Destructor.


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