Home | Trees | Indices | Help |
---|
|
This class handles the Certificate Type extension (variant sent by client) defined in RFC 6091.
|
|||
|
|||
str |
|
||
TLSExtension |
|
||
ClientCertTypeExtension |
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
list of int |
certTypes list of certificate type identifiers (each one byte long) |
||
bytearray |
extData a byte array containing the value of the extension as to be written on the wire |
||
int |
extType a 2^16-1 limited integer specifying the type of the extension that it contains, e.g. |
||
Inherited from |
|
|||
Inherited from |
|
Create an instance of ClientCertTypeExtension
|
Return programmer-centric representation of extension
|
Return instance of this extension with specified certificate types
|
Parse the extension from binary data
|
|
extDataa byte array containing the value of the extension as to be written on the wire
|
extTypea 2^16-1 limited integer specifying the type of the extension that it contains, e.g. 0 indicates server name extension
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Nov 11 12:49:20 2015 | http://epydoc.sourceforge.net |