#include <Provider.h>
Classes | |
class | Instantiator |
Public Member Functions | |
virtual | ~Provider () |
Object * | setProperty (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] |
const String& beecrypt::security::Provider::getInfo | ( | ) | const throw () |
const String& beecrypt::security::Provider::getName | ( | ) | const throw () |
double beecrypt::security::Provider::getVersion | ( | ) | const throw () |
Reimplemented from beecrypt::util::Properties.
friend class Security [friend] |
void* beecrypt::security::Provider::_dlhandle [protected] |