|
Botan 3.11.0
Crypto and TLS for C&
|
#include <tls_extensions_13.h>
Public Member Functions | |
| bool | empty () const override |
| virtual bool | is_implemented () const |
| const std::vector< PSK_Key_Exchange_Mode > & | modes () const |
| PSK_Key_Exchange_Modes (std::vector< PSK_Key_Exchange_Mode > modes) | |
| PSK_Key_Exchange_Modes (TLS_Data_Reader &reader, uint16_t extension_size) | |
| std::vector< uint8_t > | serialize (Connection_Side whoami) const override |
| Extension_Code | type () const override |
Static Public Member Functions | |
| static Extension_Code | static_type () |
Pre-Shared Key Exchange Modes from RFC 8446 4.2.9
Definition at line 65 of file tls_extensions_13.h.
|
inlineexplicit |
Definition at line 77 of file tls_extensions_13.h.
References modes().
|
explicit |
Definition at line 74 of file tls_extensions_13.cpp.
References Botan::TLS::TLS_Data_Reader::get_byte(), Botan::TLS::PSK_DHE_KE, and Botan::TLS::PSK_KE.
|
inlineoverridevirtual |
Implements Botan::TLS::Extension.
Definition at line 73 of file tls_extensions_13.h.
|
inlinevirtualinherited |
Reimplemented in Botan::TLS::Unknown_Extension.
Definition at line 95 of file tls_extensions.h.
|
inline |
Definition at line 75 of file tls_extensions_13.h.
Referenced by Botan::TLS::Server_Impl_13::new_session_ticket_supported(), and PSK_Key_Exchange_Modes().
|
overridevirtual |
Implements Botan::TLS::Extension.
Definition at line 62 of file tls_extensions_13.cpp.
References BOTAN_ASSERT_NOMSG.
|
inlinestatic |
Definition at line 67 of file tls_extensions_13.h.
References Botan::TLS::PskKeyExchangeModes.
Referenced by type().
|
inlineoverridevirtual |
Implements Botan::TLS::Extension.
Definition at line 69 of file tls_extensions_13.h.
References static_type().