A representation of key generation parameters that are required for Diffie-Hellman key exchange.

Method __init__ Undocumented
Class Method fromFile Load parameters from a file.
def __init__(self, parameters): (source)
Undocumented
@classmethod
def fromFile(cls, filePath): (source)

Load parameters from a file.

Such a file can be generated using the openssl command line tool as following:

openssl dhparam -out dh_param_1024.pem -2 1024

Please refer to OpenSSL's dhparam documentation for further details.

ParametersfilePathA file containing parameters for Diffie-Hellman key exchange. (type: FilePath)
ReturnsAn instance that loads its parameters from filePath. (type: DiffieHellmanParameters)
API Documentation for Twisted, generated by pydoctor at 2016-09-15 00:53:01.