class documentation

class _DummyCipher: (source)

View In Hierarchy

A cipher for the none encryption method.

Instance Variable block_size the block size of the encryption. In the case of the none cipher, this is 8 bytes.
Class Variable algorithm Undocumented
Method encryptor Construct a noop encryptor.
Method decryptor Construct a noop decryptor.
block_size = (source)
the block size of the encryption. In the case of the none cipher, this is 8 bytes.
algorithm = (source)

Undocumented

def encryptor(self): (source)

Construct a noop encryptor.

ReturnsThe encryptor.
def decryptor(self): (source)

Construct a noop decryptor.

ReturnsThe decryptor.
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.