|
Botan 3.11.0
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 316 of file tls_extensions.h.
|
inlineexplicit |
Definition at line 328 of file tls_extensions.h.
|
inlineexplicit |
Definition at line 330 of file tls_extensions.h.
| Botan::TLS::SRTP_Protection_Profiles::SRTP_Protection_Profiles | ( | TLS_Data_Reader & | reader, |
| uint16_t | extension_size ) |
Definition at line 623 of file tls_extensions.cpp.
References Botan::TLS::TLS_Data_Reader::get_range().
|
inlineoverridevirtual |
Implements Botan::TLS::Extension.
Definition at line 326 of file tls_extensions.h.
|
inlinevirtualinherited |
Reimplemented in Botan::TLS::Unknown_Extension.
Definition at line 95 of file tls_extensions.h.
|
inline |
Definition at line 322 of file tls_extensions.h.
|
overridevirtual |
Implements Botan::TLS::Extension.
Definition at line 636 of file tls_extensions.cpp.
References Botan::get_byte().
|
inlinestatic |
Definition at line 318 of file tls_extensions.h.
References Botan::TLS::UseSrtp.
Referenced by type().
|
inlineoverridevirtual |
Implements Botan::TLS::Extension.
Definition at line 320 of file tls_extensions.h.
References static_type().