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

type 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
Method Details [hide private]

__init__(self)
(Constructor)

source code 

Create an instance with empty encryption and MACing contexts

Overrides: object.__init__