#include <tls_extensions.h>
Encrypt-then-MAC Extension (RFC 7366)
Definition at line 478 of file tls_extensions.h.
◆ Encrypt_then_MAC() [1/2]
Botan::TLS::Encrypt_then_MAC::Encrypt_then_MAC |
( |
| ) |
|
|
default |
◆ Encrypt_then_MAC() [2/2]
Botan::TLS::Encrypt_then_MAC::Encrypt_then_MAC |
( |
TLS_Data_Reader & | reader, |
|
|
uint16_t | extension_size ) |
Definition at line 697 of file tls_extensions.cpp.
697 {
698 if(extension_size != 0) {
699 throw Decoding_Error("Invalid encrypt_then_mac extension");
700 }
701}
◆ empty()
bool Botan::TLS::Encrypt_then_MAC::empty |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ is_implemented()
virtual bool Botan::TLS::Extension::is_implemented |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ serialize()
std::vector< uint8_t > Botan::TLS::Encrypt_then_MAC::serialize |
( |
Connection_Side | whoami | ) |
const |
|
overridevirtual |
◆ static_type()
◆ type()
The documentation for this class was generated from the following files: