Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::Net::PrivateKeyFactory Class Referenceabstract

#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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ PrivateKeyFactory()

Poco::Net::PrivateKeyFactory::PrivateKeyFactory ( )

◆ ~PrivateKeyFactory()

virtual Poco::Net::PrivateKeyFactory::~PrivateKeyFactory ( )
virtual

Creates the PrivateKeyFactory.

Member Function Documentation

◆ create()

virtual PrivateKeyPassphraseHandler * Poco::Net::PrivateKeyFactory::create ( bool onServer) const
pure virtual

The documentation for this class was generated from the following file: