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

Class RecordHeader3

source code


SSLv3 (and later) TLS record header

Instance Methods [hide private]
 
__init__(self)
Define a SSLv3 style class
source code
 
__repr__(self)
repr(x)
source code
 
__str__(self)
str(x)
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

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]
  typeName

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Define a SSLv3 style class

Overrides: object.__init__

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)

Property Details [hide private]

typeName

Get Method:
unreachable.typeName(self)