#include <authcert.hpp>
Definition at line 136 of file authcert.hpp.
◆ Serial() [1/3]
openvpn::AuthCert::Serial::Serial |
( |
| ) |
|
|
inline |
◆ Serial() [2/3]
openvpn::AuthCert::Serial::Serial |
( |
const std::int64_t |
sn | ) |
|
|
inline |
◆ Serial() [3/3]
openvpn::AuthCert::Serial::Serial |
( |
const std::string & |
sn_str | ) |
|
|
inline |
◆ as_int64()
std::int64_t openvpn::AuthCert::Serial::as_int64 |
( |
| ) |
const |
|
inline |
◆ defined()
bool openvpn::AuthCert::Serial::defined |
( |
| ) |
const |
|
inline |
◆ init_from_int64()
void openvpn::AuthCert::Serial::init_from_int64 |
( |
const std::int64_t |
sn | ) |
|
|
inlineprivate |
◆ init_from_string()
void openvpn::AuthCert::Serial::init_from_string |
( |
const std::string & |
sn_str | ) |
|
|
inlineprivate |
◆ number() [1/2]
std::uint8_t * openvpn::AuthCert::Serial::number |
( |
| ) |
|
|
inline |
◆ number() [2/2]
const std::uint8_t * openvpn::AuthCert::Serial::number |
( |
| ) |
const |
|
inline |
◆ OPENVPN_EXCEPTION()
openvpn::AuthCert::Serial::OPENVPN_EXCEPTION |
( |
serial_number_error |
| ) |
|
◆ operator!=()
bool openvpn::AuthCert::Serial::operator!= |
( |
const Serial & |
other | ) |
const |
|
inline |
◆ operator==()
bool openvpn::AuthCert::Serial::operator== |
( |
const Serial & |
other | ) |
const |
|
inline |
◆ parse_hex()
std::uint8_t openvpn::AuthCert::Serial::parse_hex |
( |
const char |
c | ) |
|
|
inlineprivate |
◆ size()
static constexpr size_t openvpn::AuthCert::Serial::size |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ to_string() [1/2]
std::string openvpn::AuthCert::Serial::to_string |
( |
| ) |
const |
|
inline |
◆ to_string() [2/2]
static std::string openvpn::AuthCert::Serial::to_string |
( |
const std::uint8_t * |
serial_number | ) |
|
|
inlinestatic |
◆ [union]
◆ serial_number
std::uint8_t openvpn::AuthCert::Serial::serial_number[20] |
◆ serial_number32
std::uint32_t openvpn::AuthCert::Serial::serial_number32[5] |
The documentation for this class was generated from the following file: