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): (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 2018-04-29 21:01:12.