dtls_handshake.hpp
Go to the documentation of this file.
static constexpr uint8_t certificateRequest
Definition: dtls_handshake.hpp:15
Definition: dtls.hpp:7
static constexpr uint8_t clientKeyExchange
Definition: dtls_handshake.hpp:18
void setServerKeyExchange()
Definition: dtls_handshake.hpp:27
bool isServerHelloDone()
Definition: dtls_handshake.hpp:40
static constexpr uint8_t clientHello
Definition: dtls_handshake.hpp:11
static constexpr uint8_t certificateVerify
Definition: dtls_handshake.hpp:17
void setClientHello()
Definition: dtls_handshake.hpp:24
static constexpr uint8_t serverHello
Definition: dtls_handshake.hpp:12
bool isCertificateRequest()
Definition: dtls_handshake.hpp:39
static constexpr uint8_t certificate
Definition: dtls_handshake.hpp:13
void setServerHelloDone()
Definition: dtls_handshake.hpp:29
void setCertificateVerify()
Definition: dtls_handshake.hpp:30
void setCertificateRequest()
Definition: dtls_handshake.hpp:28
void setServerHello()
Definition: dtls_handshake.hpp:25
bool isServerKeyExchange()
Definition: dtls_handshake.hpp:38
static constexpr uint8_t helloRequest
Definition: dtls_handshake.hpp:10
void setHelloRequest()
Definition: dtls_handshake.hpp:23
static constexpr uint8_t finished
Definition: dtls_handshake.hpp:19
Definition: dtls_handshake.hpp:46
bool isClientKeyExchange()
Definition: dtls_handshake.hpp:42
void setClientKeyExchange()
Definition: dtls_handshake.hpp:31
static constexpr uint8_t serverHelloDone
Definition: dtls_handshake.hpp:16
bool isHelloRequest()
Definition: dtls_handshake.hpp:34
bool isCertificateVerify()
Definition: dtls_handshake.hpp:41
static constexpr uint8_t serverKeyExchange
Definition: dtls_handshake.hpp:14
void setCertificate()
Definition: dtls_handshake.hpp:26