Botan 2.19.1
Crypto and TLS for C&
|
#include <tls_record.h>
Public Member Functions | |
uint16_t | epoch () const |
size_t | needed () const |
Record_Header (size_t needed) | |
Record_Header (uint64_t sequence, Protocol_Version version, Record_Type type) | |
uint64_t | sequence () const |
Record_Type | type () const |
Protocol_Version | version () const |
Definition at line 80 of file tls_record.h.
|
inline |
Definition at line 83 of file tls_record.h.
|
inline |
Definition at line 92 of file tls_record.h.
|
inline |
Definition at line 113 of file tls_record.h.
References sequence().
Referenced by Botan::TLS::Channel::received_data().
|
inline |
Definition at line 99 of file tls_record.h.
Referenced by Botan::TLS::Channel::received_data().
|
inline |
Definition at line 107 of file tls_record.h.
References BOTAN_ASSERT_NOMSG.
Referenced by epoch(), and Botan::TLS::Channel::received_data().
|
inline |
Definition at line 118 of file tls_record.h.
References BOTAN_ASSERT_NOMSG.
Referenced by Botan::TLS::Channel::received_data().
|
inline |
Definition at line 101 of file tls_record.h.
References BOTAN_ASSERT_NOMSG.
Referenced by Botan::TLS::Channel::received_data().