Library: NetSSL_OpenSSL
Package: SSLCore
Header: Poco/Net/KeyConsoleHandler.h
An implementation of PrivateKeyPassphraseHandler that reads the key for a certificate from the console.
Direct Base Classes: PrivateKeyPassphraseHandler
All Base Classes: PrivateKeyPassphraseHandler
Member Functions: onPrivateKeyRequested
Inherited Functions: onPrivateKeyRequested, serverSide
KeyConsoleHandler(
    bool server
);
Creates the KeyConsoleHandler.
 
 Destroys the KeyConsoleHandler.
 
 void onPrivateKeyRequested(
    const void * pSender,
    std::string & privateKey
);