Botan 3.6.1
Crypto and TLS for C&
|
#include <tls_record_layer_13.h>
Public Member Functions | |
Record (Record_Type record_type, secure_vector< uint8_t > frgmnt) | |
Public Attributes | |
secure_vector< uint8_t > | fragment |
std::optional< uint64_t > | seq_no |
Record_Type | type |
Resembles the TLSPlaintext
structure in RFC 8446 5.1 minus the record protocol specifics and ossified bytes.
Definition at line 27 of file tls_record_layer_13.h.
|
inline |
Definition at line 32 of file tls_record_layer_13.h.
secure_vector<uint8_t> Botan::TLS::Record::fragment |
Definition at line 29 of file tls_record_layer_13.h.
Referenced by Botan::TLS::Record_Layer::next_record().
std::optional<uint64_t> Botan::TLS::Record::seq_no |
Definition at line 30 of file tls_record_layer_13.h.
Referenced by Botan::TLS::Record_Layer::next_record().
Record_Type Botan::TLS::Record::type |
Definition at line 28 of file tls_record_layer_13.h.
Referenced by Botan::TLS::Record_Layer::next_record().