Home | Trees | Indices | Help |
---|
|
Abstract extension for handling extensions comprised only of a value list
Extension for handling arbitrary extensions comprising of just a list of same-sized elementes inside an array
|
|||
|
|||
|
|||
str |
|
||
|
|||
TLSExtension |
|
||
Extension |
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
bytearray |
extData a byte array containing the value of the extension as to be written on the wire |
|
Creates a generic TLS extension. You'll need to use create or parse methods to create an extension that is actually usable.
|
Output human readable representation of object Child classes should override this method to support more appropriate string rendering of the extension.
|
Set the special field value
|
Set the list to specified values
|
Deserialise extension from on-the-wire data
|
|
extDataa byte array containing the value of the extension as to be written on the wire
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |