crypto.Cipher
Description
Encryption operation.
Constructor
new crypto.Cipher(algorithm, options)
Creates an instance of Cipher.
Methods
final()
Encrypts the remained data.
update(data)
Encrypts data.
Encryption operation.
new crypto.Cipher(algorithm, options)
Creates an instance of Cipher.
final()
Encrypts the remained data.
update(data)
Encrypts data.