Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Poco::Net::PrivateKeyFactoryImpl< T > Class Template Reference

#include <PrivateKeyFactory.h>

+ Inheritance diagram for Poco::Net::PrivateKeyFactoryImpl< T >:
+ Collaboration diagram for Poco::Net::PrivateKeyFactoryImpl< T >:

Public Member Functions

 PrivateKeyFactoryImpl ()
 
 ~PrivateKeyFactoryImpl ()
 
PrivateKeyPassphraseHandler * create (bool server) const
 Destroys the PrivateKeyFactory.
 
- Public Member Functions inherited from Poco::Net::PrivateKeyFactory
 PrivateKeyFactory ()
 
virtual ~PrivateKeyFactory ()
 Creates the PrivateKeyFactory.
 

Detailed Description

template<typename T>
class Poco::Net::PrivateKeyFactoryImpl< T >

Definition at line 68 of file PrivateKeyFactory.h.

Constructor & Destructor Documentation

◆ PrivateKeyFactoryImpl()

template<typename T >
Poco::Net::PrivateKeyFactoryImpl< T >::PrivateKeyFactoryImpl ( )
inline

Definition at line 71 of file PrivateKeyFactory.h.

◆ ~PrivateKeyFactoryImpl()

template<typename T >
Poco::Net::PrivateKeyFactoryImpl< T >::~PrivateKeyFactoryImpl ( )
inline

Definition at line 75 of file PrivateKeyFactory.h.

Member Function Documentation

◆ create()

template<typename T >
PrivateKeyPassphraseHandler * Poco::Net::PrivateKeyFactoryImpl< T >::create ( bool onServer) const
inlinevirtual

Destroys the PrivateKeyFactory.

Implements Poco::Net::PrivateKeyFactory.

Definition at line 79 of file PrivateKeyFactory.h.


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