#include <tls_extensions.h>
Extended Master Secret Extension (RFC 7627)
Definition at line 459 of file tls_extensions.h.
◆ Extended_Master_Secret() [1/2]
| Botan::TLS::Extended_Master_Secret::Extended_Master_Secret |
( |
| ) |
|
|
default |
◆ Extended_Master_Secret() [2/2]
| Botan::TLS::Extended_Master_Secret::Extended_Master_Secret |
( |
TLS_Data_Reader & | reader, |
|
|
uint16_t | extension_size ) |
Definition at line 698 of file tls_extensions.cpp.
698 {
699 if(extension_size != 0) {
700 throw Decoding_Error("Invalid extended_master_secret extension");
701 }
702}
◆ empty()
| bool Botan::TLS::Extended_Master_Secret::empty |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ is_implemented()
| virtual bool Botan::TLS::Extension::is_implemented |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ serialize()
| std::vector< uint8_t > Botan::TLS::Extended_Master_Secret::serialize |
( |
Connection_Side | whoami | ) |
const |
|
overridevirtual |
◆ static_type()
| static Extension_Code Botan::TLS::Extended_Master_Secret::static_type |
( |
| ) |
|
|
inlinestatic |
◆ type()
The documentation for this class was generated from the following files: