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

type RecordHeader3

source code


SSLv3 (and later) TLS record header.

Instance Methods [hide private]
 
__init__(self)
Define a SSLv3 style class.
source code
 
__repr__(self) source code
 
__str__(self) source code
 
create(self, version, type, length)
Set object values for writing (serialisation).
source code
 
parse(self, parser)
Deserialise object from Parser.
source code
 
write(self)
Serialise object to bytearray.
source code
Properties [hide private]
  typeName
Method Details [hide private]

__init__(self)
(Constructor)

source code 

Define a SSLv3 style class.

Overrides: RecordHeader.__init__

__repr__(self)
(Representation operator)

source code 
Overrides: object.__repr__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
Overrides: object.__str__
(inherited documentation)

Property Details [hide private]

typeName