#include <crl.hpp>
|
| static X509_CRL * | dup (const X509_CRL *crl) |
| |
Definition at line 28 of file crl.hpp.
◆ CRL() [1/4]
| openvpn::OpenSSLPKI::CRL::CRL |
( |
| ) |
|
|
inline |
◆ CRL() [2/4]
| openvpn::OpenSSLPKI::CRL::CRL |
( |
const std::string & |
crl_txt | ) |
|
|
inlineexplicit |
◆ CRL() [3/4]
| openvpn::OpenSSLPKI::CRL::CRL |
( |
const CRL & |
other | ) |
|
|
inline |
◆ CRL() [4/4]
| openvpn::OpenSSLPKI::CRL::CRL |
( |
CRL && |
other | ) |
|
|
inlinenoexcept |
◆ ~CRL()
| openvpn::OpenSSLPKI::CRL::~CRL |
( |
| ) |
|
|
inline |
◆ defined()
| bool openvpn::OpenSSLPKI::CRL::defined |
( |
| ) |
const |
|
inline |
◆ dup()
| static X509_CRL * openvpn::OpenSSLPKI::CRL::dup |
( |
const X509_CRL * |
crl | ) |
|
|
inlinestaticprivate |
◆ erase()
| void openvpn::OpenSSLPKI::CRL::erase |
( |
| ) |
|
|
inlineprivate |
◆ obj()
| ::X509_CRL * openvpn::OpenSSLPKI::CRL::obj |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
| CRL & openvpn::OpenSSLPKI::CRL::operator= |
( |
const CRL & |
other | ) |
|
|
inline |
◆ operator=() [2/2]
| CRL & openvpn::OpenSSLPKI::CRL::operator= |
( |
CRL && |
other | ) |
|
|
inlinenoexcept |
◆ parse_pem()
| void openvpn::OpenSSLPKI::CRL::parse_pem |
( |
const std::string & |
crl_txt | ) |
|
|
inline |
◆ render_pem()
| std::string openvpn::OpenSSLPKI::CRL::render_pem |
( |
| ) |
const |
|
inline |
◆ crl_
| ::X509_CRL* openvpn::OpenSSLPKI::CRL::crl_ |
|
private |
The documentation for this class was generated from the following file: