crypto.Decipher
Description
Decryption operation.
Constructor
new crypto.Decipher(algorithm, options)
Creates an instance of Decipher.
Methods
final()
Decrypts the remained data.
update(data)
Decrypts data.
Decryption operation.
new crypto.Decipher(algorithm, options)
Creates an instance of Decipher.
final()
Decrypts the remained data.
update(data)
Decrypts data.