Library: NetSSL_OpenSSL
Package: SSLCore
Header: Poco/Net/KeyFileHandler.h
An implementation of PrivateKeyPassphraseHandler that reads the key for a certificate from a configuration file under the path "openSSL.privateKeyPassphraseHandler.options.password".
Direct Base Classes: PrivateKeyPassphraseHandler
All Base Classes: PrivateKeyPassphraseHandler
Member Functions: onPrivateKeyRequested
Inherited Functions: onPrivateKeyRequested, serverSide
KeyFileHandler(
bool server
);
Creates the KeyFileHandler.
virtual ~KeyFileHandler();
Destroys the KeyFileHandler.
void onPrivateKeyRequested(
const void * pSender,
std::string & privateKey
);