t.i.s.AcceptableCiphers(object) : class documentation

Part of twisted.internet.ssl View Source View In Hierarchy

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.
def __init__(self, ciphers): (source)
Undocumented
def selectCiphers(self, availableCiphers): (source)
Undocumented
@classmethod
def fromOpenSSLCipherString(cls, cipherString): (source)
Create a new instance using an OpenSSL cipher string.
ParameterscipherStringAn OpenSSL cipher string that describes what cipher suites are acceptable. See the documentation of OpenSSL or Apache for details. (type: unicode)
ReturnsInstance representing cipherString. (type: twisted.internet.ssl.AcceptableCiphers)
API Documentation for Twisted, generated by pydoctor at 2015-01-30 14:14:53.