#include <x509.hpp>
Definition at line 29 of file x509.hpp.
◆ X509_unique_ptr
◆ X509() [1/5]
openvpn::OpenSSLPKI::X509::X509 |
( |
| ) |
|
|
default |
◆ X509() [2/5]
openvpn::OpenSSLPKI::X509::X509 |
( |
const std::string & |
cert_txt, |
|
|
const std::string & |
title |
|
) |
| |
|
inline |
◆ X509() [3/5]
openvpn::OpenSSLPKI::X509::X509 |
( |
::X509 * |
x509, |
|
|
const bool |
create = true |
|
) |
| |
|
inlineexplicit |
◆ X509() [4/5]
openvpn::OpenSSLPKI::X509::X509 |
( |
const X509 & |
other | ) |
|
|
inline |
◆ X509() [5/5]
openvpn::OpenSSLPKI::X509::X509 |
( |
X509 && |
other | ) |
|
|
inlinenoexcept |
◆ defined()
bool openvpn::OpenSSLPKI::X509::defined |
( |
| ) |
const |
|
inline |
◆ dup() [1/2]
::X509 * openvpn::OpenSSLPKI::X509::dup |
( |
const ::X509 * |
x509 | ) |
|
|
inlinestaticprivate |
◆ dup() [2/2]
◆ obj()
::X509 * openvpn::OpenSSLPKI::X509::obj |
( |
| ) |
const |
|
inline |
◆ obj_dup()
::X509 * openvpn::OpenSSLPKI::X509::obj_dup |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
X509 & openvpn::OpenSSLPKI::X509::operator= |
( |
const X509 & |
other | ) |
|
|
inline |
◆ operator=() [2/2]
X509 & openvpn::OpenSSLPKI::X509::operator= |
( |
X509 && |
other | ) |
|
|
inlinenoexcept |
◆ parse_pem()
void openvpn::OpenSSLPKI::X509::parse_pem |
( |
const std::string & |
cert_txt, |
|
|
const std::string & |
title |
|
) |
| |
|
inline |
◆ render_pem()
std::string openvpn::OpenSSLPKI::X509::render_pem |
( |
| ) |
const |
|
inline |
◆ x509_
The documentation for this class was generated from the following file: