Modules

filter

 

Objects/Functions

module (N/crypto)

SuiteScript 2.0

Decipher.update(options)

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

N/crypto Module
Decipher.update()
Method Description: Method used to update cipher data with the specified encoding.
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=Decipher.update(options)

Example:

// Code Example 1
//Add additional code
//...
var decipher1 = Decipher.update({
input: '73616d706c65737472696e67',
inputEncoding: encode.Encoding.HEX
});
//...
//Add additional code

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