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

type ServerHelloDone

source code


Instance Methods [hide private]
 
__init__(self) source code
 
__repr__(self)
Human readable representation of object.
source code
 
create(self) source code
 
parse(self, p) source code
 
write(self) source code

Inherited from HandshakeMsg: postWrite

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Overrides: HandshakeMsg.__init__

__repr__(self)
(Representation operator)

source code 

Human readable representation of object.

Overrides: object.__repr__