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

Class SSL2HandshakeType

source code


SSL2 Handshake Protocol message types

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]
  client_certificate = 8
  client_finished = 3
  client_hello = 1
  client_master_key = 2
  error = 0
  request_certificate = 7
  server_finished = 6
  server_hello = 4
  server_verify = 5
Properties [hide private]

Inherited from object: __class__