ITlsHandshake

Summary

Represents a TLS Handshake object.

Properties

Structure

class ITlsHandshake
cipher_suites

Gets the Cipher Suites' array of the handshake.

Type

Array[TlsCipherSuite]

handshake_type

Gets the type of the handshake.

Type

HandshakeTypes or None

length

Gets the length of the handshake.

Type

uint16 or None