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.
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.
def encryptor(self):

Construct a noop encryptor.

ReturnsThe encryptor.
def decryptor(self):

Construct a noop decryptor.

ReturnsThe decryptor.
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.