Botan 3.6.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 70 of file tls_record.h.
|
inline |
Definition at line 72 of file tls_record.h.
|
inline |
Definition at line 75 of file tls_record.h.
|
inline |
Definition at line 90 of file tls_record.h.
References sequence().
Referenced by Botan::TLS::Channel_Impl_12::from_peer().
|
inline |
Definition at line 78 of file tls_record.h.
Referenced by Botan::TLS::Channel_Impl_12::from_peer().
|
inline |
Definition at line 85 of file tls_record.h.
References BOTAN_ASSERT_NOMSG.
Referenced by epoch(), and Botan::TLS::Channel_Impl_12::from_peer().
|
inline |
Definition at line 92 of file tls_record.h.
References BOTAN_ASSERT_NOMSG.
Referenced by Botan::TLS::Channel_Impl_12::from_peer().
|
inline |
Definition at line 80 of file tls_record.h.
References BOTAN_ASSERT_NOMSG.
Referenced by Botan::TLS::Channel_Impl_12::from_peer().