Library: NetSSL_OpenSSL
Package: SSLCore
Header: Poco/Net/PrivateKeyFactory.h
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).
Known Derived Classes: PrivateKeyFactoryImpl
Member Functions: create
Creates the PrivateKeyFactory.
virtual ~PrivateKeyFactory();
Destroys the PrivateKeyFactory.
virtual PrivateKeyPassphraseHandler * create(
bool onServer
) const = 0;
Creates a new PrivateKeyPassphraseHandler