twisted.test.test_ssl.ServerTLSContext(ssl.DefaultOpenSSLContextFactory) class documentationtwisted.test.test_ssl
(View In Hierarchy)
A context factory with a default method set to
OpenSSL.SSL.TLSv1_METHOD.
| Method | __init__ |
Inherited from DefaultOpenSSLContextFactory:
| 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 OpenSSL.SSL.Context. |