class documentation

class twisted.internet.ssl.AcceptableCiphers: (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.
Instance Variable _ciphers Undocumented
def __init__(self, ciphers): (source)

Undocumented

_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 20.12.1 at 2021-02-28 19:53:36.