Botan 3.6.1
Crypto and TLS for C&
|
#include <tls_extensions.h>
Public Member Functions | |
bool | empty () const override |
virtual bool | is_implemented () const |
const std::vector< uint16_t > & | profiles () const |
std::vector< uint8_t > | serialize (Connection_Side whoami) const override |
SRTP_Protection_Profiles (const std::vector< uint16_t > &pp) | |
SRTP_Protection_Profiles (TLS_Data_Reader &reader, uint16_t extension_size) | |
SRTP_Protection_Profiles (uint16_t pp) | |
Extension_Code | type () const override |
Static Public Member Functions | |
static Extension_Code | static_type () |
Used to indicate SRTP algorithms for DTLS (RFC 5764)
Definition at line 435 of file tls_extensions.h.
|
inlineexplicit |
Definition at line 447 of file tls_extensions.h.
|
inlineexplicit |
Definition at line 449 of file tls_extensions.h.
Botan::TLS::SRTP_Protection_Profiles::SRTP_Protection_Profiles | ( | TLS_Data_Reader & | reader, |
uint16_t | extension_size ) |
Definition at line 657 of file tls_extensions.cpp.
References Botan::TLS::TLS_Data_Reader::get_range().
|
inlineoverridevirtual |
Implements Botan::TLS::Extension.
Definition at line 445 of file tls_extensions.h.
|
inlinevirtualinherited |
Reimplemented in Botan::TLS::Unknown_Extension.
Definition at line 116 of file tls_extensions.h.
|
inline |
Definition at line 441 of file tls_extensions.h.
|
overridevirtual |
Implements Botan::TLS::Extension.
Definition at line 670 of file tls_extensions.cpp.
References Botan::get_byte().
|
inlinestatic |
Definition at line 437 of file tls_extensions.h.
|
inlineoverridevirtual |
Implements Botan::TLS::Extension.
Definition at line 439 of file tls_extensions.h.