Dv::Ssl::Context::Init Class Reference

This class serves to initialize the openssl library. More...

List of all members.

Public Member Functions

 Init () throw (std::runtime_error)
 Global initialization of openssl.
 ~Init ()
 Finalization of openssl.


Detailed Description

This class serves to initialize the openssl library.

Only one static instance of this class is defined within the Dv::Ssl::Context constructor. This ensures that the initialization within the constructor Dv::Ssl::Init::Init() will be called exactly once. Similarly, the finalization will be called at the end of the program by the Dv::Ssl::Init::~Init destructor.

Definition at line 97 of file sslcontext.h.


Constructor & Destructor Documentation

Dv::Ssl::Context::Init::Init (  )  throw (std::runtime_error)

Global initialization of openssl.

Dv::Ssl::Context::Init::~Init (  ) 

Finalization of openssl.


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