OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::CryptoTLSPRFFactory< CRYPTO_API > Class Template Reference

#include <tlsprf.hpp>

Inheritance diagram for openvpn::CryptoTLSPRFFactory< CRYPTO_API >:
[legend]
Collaboration diagram for openvpn::CryptoTLSPRFFactory< CRYPTO_API >:
[legend]

Public Member Functions

TLSPRFInstance::Ptr new_obj (const bool self_is_server) override
 
- Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount >
 RC () noexcept=default
 
 RC (const RC &)=delete
 
virtual ~RC ()=default
 
RCoperator= (const RC &)=delete
 
olong use_count () const noexcept
 Delegates call to RCImpl and returns the result.
 

Additional Inherited Members

- Public Types inherited from openvpn::TLSPRFFactory
typedef RCPtr< TLSPRFFactoryPtr
 
- Public Types inherited from openvpn::RC< thread_unsafe_refcount >
typedef RCPtr< RCPtr
 
- 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.
 

Detailed Description

template<typename CRYPTO_API>
class openvpn::CryptoTLSPRFFactory< CRYPTO_API >

Definition at line 306 of file tlsprf.hpp.

Member Function Documentation

◆ new_obj()

template<typename CRYPTO_API >
TLSPRFInstance::Ptr openvpn::CryptoTLSPRFFactory< CRYPTO_API >::new_obj ( const bool  self_is_server)
inlineoverridevirtual

Implements openvpn::TLSPRFFactory.

Definition at line 309 of file tlsprf.hpp.


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