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

#include <PrivateKeyFactory.h>

Public Member Functions

 PrivateKeyFactoryRegistrar (const std::string &name, PrivateKeyFactory *pFactory)
 
virtual ~PrivateKeyFactoryRegistrar ()
 Registers the PrivateKeyFactory with the given name at the factory manager.
 

Detailed Description

Registrar class which automatically registers PrivateKeyFactories at the PrivateKeyFactoryMgr.

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 50 of file PrivateKeyFactory.h.

Constructor & Destructor Documentation

◆ PrivateKeyFactoryRegistrar()

Poco::Net::PrivateKeyFactoryRegistrar::PrivateKeyFactoryRegistrar ( const std::string & name,
PrivateKeyFactory * pFactory )

◆ ~PrivateKeyFactoryRegistrar()

virtual Poco::Net::PrivateKeyFactoryRegistrar::~PrivateKeyFactoryRegistrar ( )
virtual

Registers the PrivateKeyFactory with the given name at the factory manager.


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