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.
Parameters
data:bytesThe data to 'encrypt'.
Returns
bytesThe 'encrypted' data.