class documentation

class _NullEncryptionContext:

View In Hierarchy

An encryption context that does not actually encrypt anything.

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

'Encrypt' new data by doing nothing.

Parameters
data:bytesThe data to 'encrypt'.
Returns
bytesThe 'encrypted' data.