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

type SupportedGroupsExtension

source code


Client side list of supported groups of (EC)DHE key exchage.

See RFC4492, RFC7027 and RFC-ietf-tls-negotiated-ff-dhe-10

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

Static Methods [hide private]

Inherited from TLSExtension (private): _parseExt

Class Variables [hide private]
Instance Variables [hide private]
int groups
list of groups that the client supports

Inherited from TLSExtension: extType, serverType

Properties [hide private]

Inherited from VarListExtension: extData

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: TLSExtension.__init__