Security::TLSPlaintext Class Reference

TLS Record Layer's frame from RFC 5246 Section 6.2.1. More...

Collaboration diagram for Security::TLSPlaintext:

Public Member Functions

 TLSPlaintext (Parser::BinaryTokenizer &tk)
 

Public Attributes

uint8_t type
 see ContentType More...
 
AnyP::ProtocolVersion version
 Record Layer, not necessarily the negotiated TLS version;. More...
 
SBuf fragment
 possibly partial content More...
 

Detailed Description

Definition at line 38 of file Handshake.cc.

Constructor & Destructor Documentation

◆ TLSPlaintext()

Member Data Documentation

◆ fragment

SBuf Security::TLSPlaintext::fragment

Definition at line 45 of file Handshake.cc.

Referenced by TLSPlaintext(), and Security::HandshakeParser::parseModernRecord().

◆ type

uint8_t Security::TLSPlaintext::type

Definition at line 43 of file Handshake.cc.

Referenced by TLSPlaintext(), and Security::HandshakeParser::parseModernRecord().

◆ version

AnyP::ProtocolVersion Security::TLSPlaintext::version

Definition at line 44 of file Handshake.cc.

Referenced by TLSPlaintext(), and Security::HandshakeParser::parseModernRecord().


The documentation for this class was generated from the following file:

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors