class documentation

A context factory with a default method set to OpenSSL.SSL.SSLv23_METHOD.

Method __init__ No summary
Class Variable isClient Undocumented

Inherited from DefaultOpenSSLContextFactory:

Method __getstate__ Undocumented
Method __setstate__ Undocumented
Method cacheContext Undocumented
Method getContext Return an SSL context.
Instance Variable __dict__ Undocumented
Instance Variable certificateFileName Undocumented
Instance Variable privateKeyFileName Undocumented
Instance Variable sslmethod Undocumented
Instance Variable _context Undocumented
Instance Variable _contextFactory A callable which will be used to create new context objects. This is typically OpenSSL.SSL.Context.
def __init__(self, *args, **kw): (source)
Parameters
*argsUndocumented
**kwUndocumented
privateKeyFileNameName of a file containing a private key
certificateFileNameName of a file containing a certificate
sslmethodThe SSL method to use