LibraryInitializer

This class represents the Library Initialization/Shutdown Object. It has to exceed the lifetime of any Botan object used in an application. You can call initialize/deinitialize or use LibraryInitializer in the RAII style.

Constructors

this
this(string options)

Initialize the library

Destructor

~this
~this()
Undocumented in source.

Members

Static functions

deinitialize
void deinitialize()

Shutdown the library

initialize
void initialize()

Initialize the library

Meta