Botan 3.8.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 434 of file tls_extensions.h.
|
inlineexplicit |
Definition at line 446 of file tls_extensions.h.
|
inlineexplicit |
Definition at line 448 of file tls_extensions.h.
Botan::TLS::SRTP_Protection_Profiles::SRTP_Protection_Profiles | ( | TLS_Data_Reader & | reader, |
uint16_t | extension_size ) |
Definition at line 665 of file tls_extensions.cpp.
References Botan::TLS::TLS_Data_Reader::get_range().
|
inlineoverridevirtual |
Implements Botan::TLS::Extension.
Definition at line 444 of file tls_extensions.h.
|
inlinevirtualinherited |
Reimplemented in Botan::TLS::Unknown_Extension.
Definition at line 115 of file tls_extensions.h.
|
inline |
Definition at line 440 of file tls_extensions.h.
|
overridevirtual |
Implements Botan::TLS::Extension.
Definition at line 678 of file tls_extensions.cpp.
References Botan::get_byte().
|
inlinestatic |
Definition at line 436 of file tls_extensions.h.
References Botan::TLS::UseSrtp.
Referenced by type().
|
inlineoverridevirtual |
Implements Botan::TLS::Extension.
Definition at line 438 of file tls_extensions.h.
References static_type().