twisted.internet.test.test_tls.SSLCreator(EndpointCreator, ContextGeneratingMixin) class documentationtwisted.internet.test.test_tls
(View In Hierarchy)
Create SSL endpoints.
| Method | server | Create an SSL server endpoint on a TCP/IP-stack allocated port. | 
| Method | client | Create an SSL client endpoint which will connect localhost on the port 
given by serverAddress. | 
Inherited from ContextGeneratingMixin:
| Method | getServerContext | Return a new SSL context suitable for use in a test server. | 
| Method | getClientContext | Undocumented |