Ark Server API (ASE) - Wiki
|
#include <PrivateKeyFactory.h>
Public Member Functions | |
PrivateKeyFactoryRegistrar (const std::string &name, PrivateKeyFactory *pFactory) | |
virtual | ~PrivateKeyFactoryRegistrar () |
Registers the PrivateKeyFactory with the given name at the factory manager. | |
Registrar class which automatically registers PrivateKeyFactories at the PrivateKeyFactoryMgr.
You don't need to access this class directly. Use the macro POCO_REGISTER_KEYFACTORY(namespace, PrivateKeyPassphraseHandlerName) instead (see the documentation of PrivateKeyPassphraseHandler for an example).
Definition at line 50 of file PrivateKeyFactory.h.
Poco::Net::PrivateKeyFactoryRegistrar::PrivateKeyFactoryRegistrar | ( | const std::string & | name, |
PrivateKeyFactory * | pFactory ) |
|
virtual |
Registers the PrivateKeyFactory with the given name at the factory manager.