Package tlslite :: Module messages :: Class ServerFinished
[hide private]
[frames] | no frames]

type ServerFinished

source code


Handling of SSLv2 SERVER-FINISHED message.

Instance Methods [hide private]
 
__init__(self) source code

Inherited from SSL2Finished: create, parse, write

Inherited from HandshakeMsg: postWrite

Instance Variables [hide private]
bytearray verify_data
payload of the message, should be SESSION-ID
Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: HandshakeMsg.__init__