crypto.Decipher.update()
Description
Decrypts data.
Syntax
decipher.update(data)
Parameters
update(data)
data
A string or a Data object containing the data to decrypt.
Return Value
A Data object containing the decrypted data.
Decrypts data.
decipher.update(data)
update(data)
A string or a Data object containing the data to decrypt.
A Data object containing the decrypted data.