![]() |
Ark Server API (ASE) - Wiki
|
#include <PrivateKeyFactory.h>
Inheritance diagram for Poco::Net::PrivateKeyFactory:Public Member Functions | |
| PrivateKeyFactory () | |
| virtual | ~PrivateKeyFactory () |
| Creates the PrivateKeyFactory. | |
| virtual PrivateKeyPassphraseHandler * | create (bool onServer) const =0 |
| Destroys the PrivateKeyFactory. | |
A PrivateKeyFactory is responsible for creating PrivateKeyPassphraseHandlers.
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 31 of file PrivateKeyFactory.h.
| Poco::Net::PrivateKeyFactory::PrivateKeyFactory | ( | ) |
|
virtual |
Creates the PrivateKeyFactory.
|
pure virtual |
Destroys the PrivateKeyFactory.
Implemented in Poco::Net::PrivateKeyFactoryImpl< T >.