Ark Server API (ASE) - Wiki
|
#include "Poco/Net/NetSSL.h"
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>()); |
#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.