Package tlslite :: Module extensions :: Class ECPointFormatsExtension
[hide private]
[frames] | no frames]

Class ECPointFormatsExtension

source code


Client side list of supported ECC point formats.

See RFC4492.

Instance Methods [hide private]
 
__init__(self)
Create instance of class
source code

Inherited from VarListExtension: __getattr__, __repr__, __setattr__, create, parse

Inherited from TLSExtension: __eq__, write

Inherited from TLSExtension (private): _newCreate, _oldCreate

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

Static Methods [hide private]

Inherited from TLSExtension (private): _parseExt

Class Variables [hide private]
Instance Variables [hide private]
list of int formats
list of point formats supported by peer

Inherited from TLSExtension: extType, serverType

Properties [hide private]

Inherited from VarListExtension: extData

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Create instance of class

Parameters:
  • server - whether to select ClientHello or ServerHello version for parsing
  • extType - type of extension encoded as an integer, to be used by subclasses
Overrides: object.__init__