#include <dtls_handshake.hpp>
Definition at line 9 of file dtls_handshake.hpp.
◆ isCertificate()
bool DTLS::Handshake::HandshakeType::isCertificate |
( |
| ) |
|
|
inline |
◆ isCertificateRequest()
bool DTLS::Handshake::HandshakeType::isCertificateRequest |
( |
| ) |
|
|
inline |
◆ isCertificateVerify()
bool DTLS::Handshake::HandshakeType::isCertificateVerify |
( |
| ) |
|
|
inline |
◆ isClientHello()
bool DTLS::Handshake::HandshakeType::isClientHello |
( |
| ) |
|
|
inline |
◆ isClientKeyExchange()
bool DTLS::Handshake::HandshakeType::isClientKeyExchange |
( |
| ) |
|
|
inline |
◆ isFinished()
bool DTLS::Handshake::HandshakeType::isFinished |
( |
| ) |
|
|
inline |
◆ isHelloRequest()
bool DTLS::Handshake::HandshakeType::isHelloRequest |
( |
| ) |
|
|
inline |
◆ isServerHello()
bool DTLS::Handshake::HandshakeType::isServerHello |
( |
| ) |
|
|
inline |
◆ isServerHelloDone()
bool DTLS::Handshake::HandshakeType::isServerHelloDone |
( |
| ) |
|
|
inline |
◆ isServerKeyExchange()
bool DTLS::Handshake::HandshakeType::isServerKeyExchange |
( |
| ) |
|
|
inline |
◆ setCertificate()
void DTLS::Handshake::HandshakeType::setCertificate |
( |
| ) |
|
|
inline |
◆ setCertificateRequest()
void DTLS::Handshake::HandshakeType::setCertificateRequest |
( |
| ) |
|
|
inline |
◆ setCertificateVerify()
void DTLS::Handshake::HandshakeType::setCertificateVerify |
( |
| ) |
|
|
inline |
◆ setClientHello()
void DTLS::Handshake::HandshakeType::setClientHello |
( |
| ) |
|
|
inline |
◆ setClientKeyExchange()
void DTLS::Handshake::HandshakeType::setClientKeyExchange |
( |
| ) |
|
|
inline |
◆ setFinished()
void DTLS::Handshake::HandshakeType::setFinished |
( |
| ) |
|
|
inline |
◆ setHelloRequest()
void DTLS::Handshake::HandshakeType::setHelloRequest |
( |
| ) |
|
|
inline |
◆ setServerHello()
void DTLS::Handshake::HandshakeType::setServerHello |
( |
| ) |
|
|
inline |
◆ setServerHelloDone()
void DTLS::Handshake::HandshakeType::setServerHelloDone |
( |
| ) |
|
|
inline |
◆ setServerKeyExchange()
void DTLS::Handshake::HandshakeType::setServerKeyExchange |
( |
| ) |
|
|
inline |
◆ certificate
constexpr uint8_t DTLS::Handshake::HandshakeType::certificate = 11 |
|
static |
◆ certificateRequest
constexpr uint8_t DTLS::Handshake::HandshakeType::certificateRequest = 13 |
|
static |
◆ certificateVerify
constexpr uint8_t DTLS::Handshake::HandshakeType::certificateVerify = 15 |
|
static |
◆ clientHello
constexpr uint8_t DTLS::Handshake::HandshakeType::clientHello = 1 |
|
static |
◆ clientKeyExchange
constexpr uint8_t DTLS::Handshake::HandshakeType::clientKeyExchange = 16 |
|
static |
◆ finished
constexpr uint8_t DTLS::Handshake::HandshakeType::finished = 20 |
|
static |
◆ helloRequest
constexpr uint8_t DTLS::Handshake::HandshakeType::helloRequest = 0 |
|
static |
◆ serverHello
constexpr uint8_t DTLS::Handshake::HandshakeType::serverHello = 2 |
|
static |
◆ serverHelloDone
constexpr uint8_t DTLS::Handshake::HandshakeType::serverHelloDone = 14 |
|
static |
◆ serverKeyExchange
constexpr uint8_t DTLS::Handshake::HandshakeType::serverKeyExchange = 12 |
|
static |
◆ val
uint8_t DTLS::Handshake::HandshakeType::val |
The documentation for this struct was generated from the following file: