OpenVPN 3 Core Library
|
#include <cryptodc.hpp>
Public Types | |
typedef RCPtr< CryptoDCFactory > | Ptr |
![]() | |
typedef RCPtr< RC > | Ptr |
Public Member Functions | |
virtual CryptoDCContext::Ptr | new_obj (const CryptoDCSettingsData)=0 |
![]() | |
RC () noexcept=default | |
RC (const RC &)=delete | |
virtual | ~RC ()=default |
RC & | operator= (const RC &)=delete |
olong | use_count () const noexcept |
Delegates call to RCImpl and returns the result. | |
Additional Inherited Members | |
![]() | |
static constexpr bool | is_thread_safe () |
Delegates call to RCImpl and returns the result. | |
Definition at line 183 of file cryptodc.hpp.
Definition at line 186 of file cryptodc.hpp.
|
pure virtual |
Implemented in openvpn::KoRekey::Factory, and openvpn::CryptoDCSelect< CRYPTO_API >.