#include <tls_extensions.h>
Supported Point Formats Extension (RFC 4492)
Definition at line 285 of file tls_extensions.h.
◆ ECPointFormat
Enumerator |
---|
UNCOMPRESSED | |
ANSIX962_COMPRESSED_PRIME | |
ANSIX962_COMPRESSED_CHAR2 | |
Definition at line 288 of file tls_extensions.h.
◆ Supported_Point_Formats() [1/2]
Botan::TLS::Supported_Point_Formats::Supported_Point_Formats |
( |
bool |
prefer_compressed | ) |
|
|
inlineexplicit |
Definition at line 301 of file tls_extensions.h.
301 :
302 m_prefers_compressed(prefer_compressed) {}
◆ Supported_Point_Formats() [2/2]
Botan::TLS::Supported_Point_Formats::Supported_Point_Formats |
( |
TLS_Data_Reader & |
reader, |
|
|
uint16_t |
extension_size |
|
) |
| |
◆ empty()
bool Botan::TLS::Supported_Point_Formats::empty |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ is_implemented()
virtual bool Botan::TLS::Extension::is_implemented |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ prefers_compressed()
bool Botan::TLS::Supported_Point_Formats::prefers_compressed |
( |
| ) |
|
|
inline |
◆ serialize()
std::vector< uint8_t > Botan::TLS::Supported_Point_Formats::serialize |
( |
Connection_Side |
whoami | ) |
const |
|
overridevirtual |
◆ static_type()
static Extension_Code Botan::TLS::Supported_Point_Formats::static_type |
( |
| ) |
|
|
inlinestatic |
◆ type()
The documentation for this class was generated from the following files: