Summary
Represents a TLS Handshake object.
ITlsHandshake.cipher_suites
ITlsHandshake.handshake_type
ITlsHandshake.length
Structure
Gets the Cipher Suites' array of the handshake.
Array[TlsCipherSuite]
Array
TlsCipherSuite
Gets the type of the handshake.
HandshakeTypes or None
HandshakeTypes
Gets the length of the handshake.
uint16 or None
uint16