t.i.s.DefaultOpenSSLContextFactory(ContextFactory) : class documentation

Part of twisted.internet.ssl View Source View In Hierarchy

DefaultOpenSSLContextFactory is a factory for server-side SSL context objects. These objects define certain parameters related to SSL handshakes and the subsequent connection.
Method __init__
Method cacheContext Undocumented
Method __getstate__ Undocumented
Method __setstate__ Undocumented
Method getContext Return an SSL context.
Instance Variable _contextFactory A callable which will be used to create new context objects. This is typically SSL.Context.
_contextFactory =
A callable which will be used to create new context objects. This is typically SSL.Context.
def __init__(self, privateKeyFileName, certificateFileName, sslmethod=SSL.SSLv23_METHOD, _contextFactory=SSL.Context): (source)
ParametersprivateKeyFileNameName of a file containing a private key
certificateFileNameName of a file containing a certificate
sslmethodThe SSL method to use
def cacheContext(self): (source)
Undocumented
def __getstate__(self): (source)
Undocumented
def __setstate__(self, state): (source)
Undocumented
def getContext(self): (source)
Return an SSL context.
API Documentation for Twisted, generated by pydoctor at 2013-11-08 22:07:30.