TLS Handshake Protocol frame from RFC 5246 Section 7.4. More...
Public Member Functions | |
Handshake (Parser::BinaryTokenizer &tk) | |
Public Attributes | |
uint8_t | msg_type |
see HandshakeType More... | |
SBuf | msg_body |
Handshake Protocol message. More... | |
Detailed Description
Definition at line 66 of file Handshake.cc.
Constructor & Destructor Documentation
◆ Handshake()
|
explicit |
Definition at line 166 of file Handshake.cc.
References Parser::BinaryTokenizer::pstring24(), Parser::BinaryTokenizerContext::success(), and Parser::BinaryTokenizer::uint8().
Member Data Documentation
◆ msg_body
SBuf Security::Handshake::msg_body |
Definition at line 72 of file Handshake.cc.
Referenced by Security::HandshakeParser::parseHandshakeMessage().
◆ msg_type
uint8_t Security::Handshake::msg_type |
Definition at line 71 of file Handshake.cc.
Referenced by Security::HandshakeParser::parseHandshakeMessage().
The documentation for this class was generated from the following file:
- src/security/Handshake.cc