Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
PrivateKeyFactory.h File Reference
#include "Poco/Net/NetSSL.h"
+ Include dependency graph for PrivateKeyFactory.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Poco::Net::PrivateKeyFactory
 
class  Poco::Net::PrivateKeyFactoryRegistrar
 
class  Poco::Net::PrivateKeyFactoryImpl< T >
 

Namespaces

namespace  Poco
 
namespace  Poco::Net
 

Macros

#define POCO_REGISTER_KEYFACTORY(API, PKCLS)    static Poco::Net::PrivateKeyFactoryRegistrar aRegistrar(std::string(#PKCLS), new Poco::Net::PrivateKeyFactoryImpl<PKCLS>());
 

Macro Definition Documentation

◆ POCO_REGISTER_KEYFACTORY

#define POCO_REGISTER_KEYFACTORY ( API,
PKCLS )    static Poco::Net::PrivateKeyFactoryRegistrar aRegistrar(std::string(#PKCLS), new Poco::Net::PrivateKeyFactoryImpl<PKCLS>());

Definition at line 91 of file PrivateKeyFactory.h.