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 =
the block size of the encryption. In the case of the none cipher, this is 8 bytes.
algorithm =
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 at 2020-03-20 23:54:06.