#include <Provider.h>
List of all members.
|
Public Member Functions |
| virtual | ~Provider () |
| void | put (const String &key, const String &value) |
| const String & | getName () const throw () |
| const String & | getInfo () const throw () |
| double | getVersion () const throw () |
Protected Member Functions |
| | Provider (const String &name, double version, const String &info) |
Protected Attributes |
| void * | _dlhandle |
Friends |
| class | Security |
Constructor & Destructor Documentation
| beecrypt::security::Provider::Provider |
( |
const String & |
name, |
|
|
double |
version, |
|
|
const String & |
info | |
|
) |
| | [protected] |
| virtual beecrypt::security::Provider::~Provider |
( |
|
) |
[virtual] |
Member Function Documentation
| void beecrypt::security::Provider::put |
( |
const String & |
key, |
|
|
const String & |
value | |
|
) |
| | |
| const String& beecrypt::security::Provider::getName |
( |
|
) |
const throw () |
| const String& beecrypt::security::Provider::getInfo |
( |
|
) |
const throw () |
| double beecrypt::security::Provider::getVersion |
( |
|
) |
const throw () |
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: