class documentation

class FakeChooseDiffieHellmanEllipticCurve: (source)

View In Hierarchy

A fake implementation of _ChooseDiffieHellmanEllipticCurve

Method __init__ A no-op constructor.
Method configureECDHCurve A null configuration.
def __init__(self, versionNumber, openSSLlib, openSSLcrypto): (source)

A no-op constructor.

def configureECDHCurve(self, ctx): (source)

A null configuration.

Parameters
ctxAn OpenSSL.SSL.Context that would be configured.