class documentation

class _NullEncryptionContext: (source)

View In Hierarchy

An encryption context that does not actually encrypt anything.

Method update 'Encrypt' new data by doing nothing.
def update(self, data): (source)

'Encrypt' new data by doing nothing.

ParametersdataThe data to 'encrypt'. (type: bytes)
ReturnsThe 'encrypted' data. (type: bytes)
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.