Home
last modified time | relevance | path

Searched refs:TlsHandshakeTypeByte (Results 1 – 1 of 1) sorted by relevance

/dports/security/py-tls-parser/tls_parser-1.2.2/tls_parser/
H A Dhandshake_protocol.py15 class TlsHandshakeTypeByte(IntEnum): class
43 handshake_type = TlsHandshakeTypeByte(struct.unpack('B', raw_bytes[0:1])[0])
110 msg = TlsHandshakeMessage(TlsHandshakeTypeByte.CLIENT_KEY_EXCHANGE, cke_bytes)