Botan
2.19.1
Crypto and TLS for C++11
|
#include <tls_extensions.h>
Public Member Functions | |
bool | empty () const override |
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 (uint16_t pp) | |
SRTP_Protection_Profiles (TLS_Data_Reader &reader, uint16_t extension_size) | |
Handshake_Extension_Type | type () const override |
Static Public Member Functions | |
static Handshake_Extension_Type | static_type () |
Used to indicate SRTP algorithms for DTLS (RFC 5764)
Definition at line 328 of file tls_extensions.h.
|
inlineexplicit |
Definition at line 342 of file tls_extensions.h.
|
inlineexplicit |
Definition at line 344 of file tls_extensions.h.
Botan::TLS::SRTP_Protection_Profiles::SRTP_Protection_Profiles | ( | TLS_Data_Reader & | reader, |
uint16_t | extension_size | ||
) |
Definition at line 463 of file tls_extensions.cpp.
References Botan::TLS::TLS_Data_Reader::get_range().
|
inlineoverridevirtual |
Implements Botan::TLS::Extension.
Definition at line 340 of file tls_extensions.h.
|
inline |
Definition at line 336 of file tls_extensions.h.
|
overridevirtual |
Implements Botan::TLS::Extension.
Definition at line 475 of file tls_extensions.cpp.
References Botan::get_byte().
|
inlinestatic |
Definition at line 331 of file tls_extensions.h.
References Botan::TLS::TLSEXT_USE_SRTP.
|
inlineoverridevirtual |
Implements Botan::TLS::Extension.
Definition at line 334 of file tls_extensions.h.