#include <Provider.h>


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 |
| beecrypt::security::Provider::Provider | ( | const String & | name, | |
| double | version, | |||
| const String & | info | |||
| ) | [protected] |
| virtual beecrypt::security::Provider::~Provider | ( | ) | [virtual] |
| 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 () |
friend class Security [friend] |
void* beecrypt::security::Provider::_dlhandle [protected] |
1.5.4