Home | Trees | Indices | Help |
---|
|
Handling of the Certificate Status Request extension from RFC 6066.
|
|||
|
|||
str |
|
||
TLSExtension |
|
||
StatusRequestExtension |
|
||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from |
|
|||
bytearray |
request_extensions DER encoded list of OCSP extensions, as defined in RFC 2560 |
||
list of bytearray |
responder_id_list list of DER encoded OCSP responder identifiers that the client trusts |
||
int |
status_type type of the status request |
||
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.
|
Create programmer-readable representation of object
|
Create an instance of StatusRequestExtension with specified options.
|
Parse the extension from on the wire format.
|
|
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 |