twisted.internet._sslverify.OpenSSLCipher(FancyEqMixin, object) class documentationtwisted.internet._sslverify
(View In Hierarchy)
Implements interfaces: twisted.internet.interfaces.ICipher
A representation of an OpenSSL cipher.
| Method | __init__ | |
| Method | __repr__ | A runnable representation of the cipher. | 
Inherited from FancyEqMixin:
| Method | __eq__ | Undocumented | 
| Method | __ne__ | Undocumented | 
| Parameters | fullName | The full name of the cipher. For example u"ECDHE-RSA-AES256-GCM-SHA384". (type:unicode) |