Part of twisted.internet.ssl View Source View In Hierarchy
| Method | __init__ | Undocumented |
| Method | selectCiphers | Undocumented |
| Class Method | fromOpenSSLCipherString | Create a new instance using an OpenSSL cipher string. |
| Parameters | cipherString | An OpenSSL cipher string that describes what cipher suites are acceptable.
See the documentation of OpenSSL or Apache for details. (type: unicode) |
| Returns | Instance representing cipherString. (type: twisted.internet.ssl.AcceptableCiphers) | |