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

#include <tls_crypt.hpp>

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

Public Member Functions

TLSCryptContext::Ptr new_obj (SSLLib::Ctx libctx, const CryptoAlgs::Type digest_type, const CryptoAlgs::Type cipher_type) 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::TLSCryptFactory
typedef RCPtr< TLSCryptFactoryPtr
 
- 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::CryptoTLSCryptFactory< CRYPTO_API >

Definition at line 290 of file tls_crypt.hpp.

Member Function Documentation

◆ new_obj()

template<typename CRYPTO_API >
TLSCryptContext::Ptr openvpn::CryptoTLSCryptFactory< CRYPTO_API >::new_obj ( SSLLib::Ctx  libctx,
const CryptoAlgs::Type  digest_type,
const CryptoAlgs::Type  cipher_type 
)
inlineoverridevirtual

Implements openvpn::TLSCryptFactory.

Definition at line 293 of file tls_crypt.hpp.


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