Botan 3.0.0
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 76 of file tls_record.h.
|
inline |
Definition at line 79 of file tls_record.h.
|
inline |
Definition at line 88 of file tls_record.h.
|
inline |
Definition at line 109 of file tls_record.h.
References sequence().
Referenced by Botan::TLS::Channel_Impl_12::from_peer().
|
inline |
Definition at line 95 of file tls_record.h.
Referenced by Botan::TLS::Channel_Impl_12::from_peer().
|
inline |
Definition at line 103 of file tls_record.h.
References BOTAN_ASSERT_NOMSG.
Referenced by epoch(), and Botan::TLS::Channel_Impl_12::from_peer().
|
inline |
Definition at line 114 of file tls_record.h.
References BOTAN_ASSERT_NOMSG.
Referenced by Botan::TLS::Channel_Impl_12::from_peer().
|
inline |
Definition at line 97 of file tls_record.h.
References BOTAN_ASSERT_NOMSG.
Referenced by Botan::TLS::Channel_Impl_12::from_peer().