Package tlslite :: Module recordlayer :: Class ConnectionState
[hide private]
[frames] | no frames]

Class ConnectionState

source code


Preserve the connection state for reading and writing data to records

Instance Methods [hide private]
 
__init__(self)
Create an instance with empty encryption and MACing contexts
source code
 
getSeqNumBytes(self)
Return encoded sequence number and increment it.
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Create an instance with empty encryption and MACing contexts

Overrides: object.__init__