Package dpkt :: Module ssl :: Class TestTLSRecord
[hide private]
[frames] | no frames]

Class TestTLSRecord

source code

object --+
         |
        TestTLSRecord


Test basic TLSRecord functionality
For this test, the contents of the record doesn't matter, since we're not parsing the next layer.

Instance Methods [hide private]
 
test_content_type(self) source code
 
test_version(self) source code
 
test_length(self) source code
 
test_data(self) source code
 
test_initial_flags(self) source code
 
test_repack(self) source code
 
test_total_length(self) source code
 
test_raises_need_data_when_buf_is_short(self) source code

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

Class Methods [hide private]
 
setup_class(cls) source code
Properties [hide private]

Inherited from object: __class__