#include <dh.hpp>
 | 
|   | DH () | 
|   | 
|   | DH (const std::string &dh_txt, const std::string &title) | 
|   | 
| void  | parse (const std::string &dh_txt, const std::string &title) | 
|   | 
| std::string  | extract () const | 
|   | 
| mbedtls_dhm_context *  | get () const | 
|   | 
|   | ~DH () | 
|   | 
|   | 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.  
  | 
|   | 
 | 
| static constexpr bool  | is_thread_safe () | 
|   | Delegates call to RCImpl and returns the result.  
  | 
|   | 
Definition at line 30 of file dh.hpp.
 
◆ Ptr
◆ DH() [1/2]
  
  
      
        
          | openvpn::MbedTLSPKI::DH::DH  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ DH() [2/2]
  
  
      
        
          | openvpn::MbedTLSPKI::DH::DH  | 
          ( | 
          const std::string &  | 
          dh_txt,  | 
         
        
           | 
           | 
          const std::string &  | 
          title  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ ~DH()
  
  
      
        
          | openvpn::MbedTLSPKI::DH::~DH  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ alloc()
  
  
      
        
          | void openvpn::MbedTLSPKI::DH::alloc  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineprivate   | 
  
 
 
◆ dealloc()
  
  
      
        
          | void openvpn::MbedTLSPKI::DH::dealloc  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlineprivate   | 
  
 
 
◆ extract()
  
  
      
        
          | std::string openvpn::MbedTLSPKI::DH::extract  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ get()
  
  
      
        
          | mbedtls_dhm_context * openvpn::MbedTLSPKI::DH::get  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ parse()
  
  
      
        
          | void openvpn::MbedTLSPKI::DH::parse  | 
          ( | 
          const std::string &  | 
          dh_txt,  | 
         
        
           | 
           | 
          const std::string &  | 
          title  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
 
◆ dhc
  
  
      
        
          | mbedtls_dhm_context* openvpn::MbedTLSPKI::DH::dhc | 
         
       
   | 
  
private   | 
  
 
 
◆ pem_dhc
  
  
      
        
          | std::string openvpn::MbedTLSPKI::DH::pem_dhc | 
         
       
   | 
  
private   | 
  
 
 
The documentation for this class was generated from the following file: