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

Class SSL2ErrorDescription

source code


SSL2 Handshake protocol error message descriptions

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]
  bad_certificate = 4
  no_certificate = 2
  no_cipher = 1
  unsupported_certificate_type = 6
Properties [hide private]

Inherited from object: __class__