Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Dv::Ssl::SslContextV3 Class Reference

SSl V3 context, see Dv::Ssl::SslContext. More...

#include <sslcontext.h>

Inheritance diagram for Dv::Ssl::SslContextV3:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

 ~SslContextV3 ()
 Destructor.


Detailed Description

SSl V3 context, see Dv::Ssl::SslContext.

Definition at line 150 of file sslcontext.h.


Constructor & Destructor Documentation

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

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

Dv::Ssl::SslContextV3::~SslContextV3  ) 
 

Destructor.


The documentation for this class was generated from the following file:
dvssl-0.5.4 [19 September, 2003]