OpenVPN 3 Core Library
Loading...
Searching...
No Matches
openvpn::MbedTLSPKI::X509CRL Class Reference

#include <x509crl.hpp>

Inheritance diagram for openvpn::MbedTLSPKI::X509CRL:
[legend]
Collaboration diagram for openvpn::MbedTLSPKI::X509CRL:
[legend]

Public Types

typedef RCPtr< X509CRLPtr
 
- Public Types inherited from openvpn::RC< thread_unsafe_refcount >
typedef RCPtr< RCPtr
 

Public Member Functions

 X509CRL ()
 
 X509CRL (const std::string &crl_txt)
 
void parse (const std::string &crl_txt)
 
std::string extract () const
 
mbedtls_x509_crl * get () const
 
 ~X509CRL ()
 
- 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.
 

Private Member Functions

void alloc ()
 
void dealloc ()
 

Private Attributes

mbedtls_x509_crl * chain
 
std::string pem_chain
 

Additional Inherited Members

- 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

Definition at line 30 of file x509crl.hpp.

Member Typedef Documentation

◆ Ptr

Definition at line 33 of file x509crl.hpp.

Constructor & Destructor Documentation

◆ X509CRL() [1/2]

openvpn::MbedTLSPKI::X509CRL::X509CRL ( )
inline

Definition at line 35 of file x509crl.hpp.

◆ X509CRL() [2/2]

openvpn::MbedTLSPKI::X509CRL::X509CRL ( const std::string &  crl_txt)
inline

Definition at line 40 of file x509crl.hpp.

◆ ~X509CRL()

openvpn::MbedTLSPKI::X509CRL::~X509CRL ( )
inline

Definition at line 81 of file x509crl.hpp.

Member Function Documentation

◆ alloc()

void openvpn::MbedTLSPKI::X509CRL::alloc ( )
inlineprivate

Definition at line 87 of file x509crl.hpp.

Here is the caller graph for this function:

◆ dealloc()

void openvpn::MbedTLSPKI::X509CRL::dealloc ( )
inlineprivate

Definition at line 96 of file x509crl.hpp.

Here is the caller graph for this function:

◆ extract()

std::string openvpn::MbedTLSPKI::X509CRL::extract ( ) const
inline

Definition at line 71 of file x509crl.hpp.

◆ get()

mbedtls_x509_crl * openvpn::MbedTLSPKI::X509CRL::get ( ) const
inline

Definition at line 76 of file x509crl.hpp.

◆ parse()

void openvpn::MbedTLSPKI::X509CRL::parse ( const std::string &  crl_txt)
inline

Definition at line 54 of file x509crl.hpp.

Here is the caller graph for this function:

Member Data Documentation

◆ chain

mbedtls_x509_crl* openvpn::MbedTLSPKI::X509CRL::chain
private

Definition at line 106 of file x509crl.hpp.

◆ pem_chain

std::string openvpn::MbedTLSPKI::X509CRL::pem_chain
private

Definition at line 107 of file x509crl.hpp.


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