OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::OpenSSLPKI::X509Store Class Reference

#include <x509store.hpp>

Public Types

typedef CertCRLListTemplate< X509List, CRLListCertCRLList
 

Public Member Functions

 OPENVPN_EXCEPTION (x509_store_error)
 
 X509Store ()
 
 X509Store (const CertCRLList &cc)
 
X509_STORE * obj () const
 
X509_STORE * release ()
 
 ~X509Store ()
 

Private Member Functions

void init ()
 

Private Attributes

::X509_STORE * x509_store_
 

Detailed Description

Definition at line 25 of file x509store.hpp.

Member Typedef Documentation

◆ CertCRLList

Constructor & Destructor Documentation

◆ X509Store() [1/2]

openvpn::OpenSSLPKI::X509Store::X509Store ( )
inline

Definition at line 32 of file x509store.hpp.

◆ X509Store() [2/2]

openvpn::OpenSSLPKI::X509Store::X509Store ( const CertCRLList cc)
inlineexplicit

Definition at line 37 of file x509store.hpp.

◆ ~X509Store()

openvpn::OpenSSLPKI::X509Store::~X509Store ( )
inline

Definition at line 76 of file x509store.hpp.

Member Function Documentation

◆ init()

void openvpn::OpenSSLPKI::X509Store::init ( )
inlineprivate

Definition at line 83 of file x509store.hpp.

Here is the caller graph for this function:

◆ obj()

X509_STORE * openvpn::OpenSSLPKI::X509Store::obj ( ) const
inline

Definition at line 64 of file x509store.hpp.

◆ OPENVPN_EXCEPTION()

openvpn::OpenSSLPKI::X509Store::OPENVPN_EXCEPTION ( x509_store_error  )

◆ release()

X509_STORE * openvpn::OpenSSLPKI::X509Store::release ( )
inline

Definition at line 69 of file x509store.hpp.

Here is the caller graph for this function:

Member Data Documentation

◆ x509_store_

::X509_STORE* openvpn::OpenSSLPKI::X509Store::x509_store_
private

Definition at line 90 of file x509store.hpp.


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