| Home | Trees | Indices | Help |
|---|
|
|
This class handles the Secure Remote Password protocol TLS extension defined in RFC 5054.
|
|||
|
|||
| str |
|
||
| TLSExtension |
|
||
| SRPExtension |
|
||
|
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 |
||
| int |
extType a 2^16-1 limited integer specifying the type of the extension that it contains, e.g. |
||
| bytearray |
identity UTF-8 encoding of user name |
||
|
Inherited from |
|||
|
|||
Create an instance of SRPExtension
|
Return programmer-centric description of extension
|
Create and instance of SRPExtension with specified protocols
|
Parse the extension from on the wire format
|
|
|||
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 | http://epydoc.sourceforge.net |