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

type SSL2Finished

source code

Known Subclasses:

Handling of the SSL2 FINISHED messages.

Instance Methods [hide private]
 
__init__(self, msg_type) source code
 
create(self, verify_data)
Set the message payload.
source code
 
parse(self, parser)
Deserialise the message from on the wire data.
source code
 
write(self)
Serialise the message to on the wire data.
source code

Inherited from HandshakeMsg: postWrite

Method Details [hide private]

__init__(self, msg_type)
(Constructor)

source code 
Overrides: HandshakeMsg.__init__