Security::Handshake Class Reference

TLS Handshake Protocol frame from RFC 5246 Section 7.4. More...

Collaboration diagram for Security::Handshake:

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()

Security::Handshake::Handshake ( Parser::BinaryTokenizer tk)
explicit

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:

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors