Package tlslite :: Module constants :: Class HandshakeType
[hide private]
[frames] | no frames]

Class HandshakeType

source code


Message types in TLS Handshake protocol

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from TLSEnum: toRepr, toStr

Inherited from TLSEnum (private): _recursiveVars

Class Variables [hide private]
  certificate = 11
  certificate_request = 13
  certificate_verify = 15
  client_hello = 1
  client_key_exchange = 16
  finished = 20
  hello_request = 0
  next_protocol = 67
  server_hello = 2
  server_hello_done = 14
  server_key_exchange = 12
Properties [hide private]

Inherited from object: __class__