Modules

filter

 

Objects/Functions

module (N/crypto)

SuiteScript 2.0

Cipher.update(options)

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

N/crypto Module
Cipher.update()
Method Description: Method used to update the clear 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=Cipher.update(options)

Example:

// Code Example 1
//Add additional code
//...
var reencoded = Cipher.update({
input: 'Carrot cake gummi bears'
});
//...
//Add additional code

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