#include <sess_ticket.hpp>
|
static constexpr size_t | SIZE = 16 |
|
Definition at line 45 of file sess_ticket.hpp.
◆ Name() [1/4]
◆ Name() [2/4]
openvpn::TLSSessionTicketBase::Name::Name |
( |
const std::string & |
name_b64 | ) |
|
|
inlineexplicit |
◆ Name() [3/4]
openvpn::TLSSessionTicketBase::Name::Name |
( |
const unsigned char |
name[SIZE] | ) |
|
|
inlineexplicit |
◆ Name() [4/4]
openvpn::TLSSessionTicketBase::Name::Name |
( |
| ) |
|
|
inlineprivate |
◆ b64()
std::string openvpn::TLSSessionTicketBase::Name::b64 |
( |
| ) |
const |
|
inline |
◆ hash()
template<typename HASH >
void openvpn::TLSSessionTicketBase::Name::hash |
( |
HASH & |
h | ) |
const |
|
inline |
◆ operator!=()
bool openvpn::TLSSessionTicketBase::Name::operator!= |
( |
const Name & |
rhs | ) |
const |
|
inline |
◆ operator<()
bool openvpn::TLSSessionTicketBase::Name::operator< |
( |
const Name & |
rhs | ) |
const |
|
inline |
◆ operator==()
bool openvpn::TLSSessionTicketBase::Name::operator== |
( |
const Name & |
rhs | ) |
const |
|
inline |
◆ to_string()
std::string openvpn::TLSSessionTicketBase::Name::to_string |
( |
| ) |
const |
|
inline |
◆ MbedTLSContext
◆ OpenSSLContext
◆ SIZE
constexpr size_t openvpn::TLSSessionTicketBase::Name::SIZE = 16 |
|
staticconstexpr |
◆ value_
unsigned char openvpn::TLSSessionTicketBase::Name::value_[SIZE] |
|
private |
The documentation for this class was generated from the following file: