class twisted.internet.ssl.AcceptableCiphers: (source)
A representation of ciphers that are acceptable for TLS connections.
| Method | __init__ | Undocumented |
| Method | selectCiphers | Undocumented |
| Class Method | fromOpenSSLCipherString | Create a new instance using an OpenSSL cipher string. |
| Instance Variable | _ciphers | Undocumented |
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) | |