|
Botan 3.12.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 319 of file tls_extensions.h.
|
inlineexplicit |
Definition at line 331 of file tls_extensions.h.
|
inlineexplicit |
Definition at line 333 of file tls_extensions.h.
| Botan::TLS::SRTP_Protection_Profiles::SRTP_Protection_Profiles | ( | TLS_Data_Reader & | reader, |
| uint16_t | extension_size ) |
Definition at line 743 of file tls_extensions.cpp.
References Botan::TLS::TLS_Data_Reader::get_range().
|
inlineoverridevirtual |
Implements Botan::TLS::Extension.
Definition at line 329 of file tls_extensions.h.
|
inlinevirtualinherited |
Reimplemented in Botan::TLS::Unknown_Extension.
Definition at line 100 of file tls_extensions.h.
|
inline |
Definition at line 325 of file tls_extensions.h.
|
overridevirtual |
Implements Botan::TLS::Extension.
Definition at line 765 of file tls_extensions.cpp.
References Botan::get_byte().
|
inlinestatic |
Definition at line 321 of file tls_extensions.h.
References Botan::TLS::UseSrtp.
Referenced by type().
|
inlineoverridevirtual |
Implements Botan::TLS::Extension.
Definition at line 323 of file tls_extensions.h.
References static_type().