Package tlslite :: Module keyexchange :: Class ECDHE_RSAKeyExchange
[hide private]
[frames] | no frames]

type ECDHE_RSAKeyExchange

source code


Helper class for conducting ECDHE key exchange

Instance Methods [hide private]
 
__init__(self, cipherSuite, clientHello, serverHello, privateKey, acceptedCurves)
Initialize KeyExchange.
source code

Inherited from AuthenticatedKeyExchange: makeServerKeyExchange

Inherited from AECDHKeyExchange: makeClientKeyExchange, processClientKeyExchange, processServerKeyExchange

Inherited from KeyExchange: signServerKeyExchange

Static Methods [hide private]

Inherited from KeyExchange: calcVerifyBytes, makeCertificateVerify, verifyServerKeyExchange

Method Details [hide private]

__init__(self, cipherSuite, clientHello, serverHello, privateKey, acceptedCurves)
(Constructor)

source code 

Initialize KeyExchange. privateKey is the signing private key

Overrides: KeyExchange.__init__
(inherited documentation)