|
OpenVPN 3 Core Library
|
#include <korekey.hpp>
Public Member Functions | |
| Factory (const CryptoDCFactory::Ptr &dc_factory_delegate_arg, const Receiver::Ptr &rcv_arg, const Frame::Ptr &frame_arg) | |
| CryptoDCContext::Ptr | new_obj (const CryptoDCSettingsData dc_settings_data) override |
Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| 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. | |
Private Attributes | |
| CryptoDCFactory::Ptr | dc_factory_delegate |
| Receiver::Ptr | rcv |
| Frame::Ptr | frame |
Additional Inherited Members | |
Public Types inherited from openvpn::CryptoDCFactory | |
| typedef RCPtr< CryptoDCFactory > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
Static Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result. | |
Definition at line 155 of file korekey.hpp.
|
inline |
Definition at line 158 of file korekey.hpp.
|
inlineoverridevirtual |
Implements openvpn::CryptoDCFactory.
Definition at line 167 of file korekey.hpp.
|
private |
Definition at line 173 of file korekey.hpp.
|
private |
Definition at line 175 of file korekey.hpp.
|
private |
Definition at line 174 of file korekey.hpp.