Modules

filter

 

Objects/Functions

module (N/crypto)

SuiteScript 2.0

Hash.update(options)

{Hash}.update({input: {string*},inputEncoding: {string}})

N/crypto Module
Hash.update()
Method Description: Method used to update clear data with the encoding specified.
Returns: Void
Supported Script Types: Server-side scripts For additional information, see SuiteScript 2.0 Script Types.
Governance: None
Module: N/crypto Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=Hash.update(options)

Example:

// Code Example 1
//Add additional code
//...
var inputString = 'Lemon drops ice cream jelly marzipan cake';
hashSample.update({
input: inputString
});
//...
//Add additional code

//SOURCE: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_453249145507.html