Modules

filter

 

Objects/Functions

module (N/crypto)

SuiteScript 2.0

Decipher.final(options)

{Decipher}.final({outputEncoding: {string}})

N/crypto Module
Decipher.final()
Method Description: Method used to return the clear data.
Returns: string
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.final(options)

Example:

// Code Example 1
//Add additional code
//...
var decipher1 = Decipher.final({
outputEncoding: encode.Encoding.HEX
});
//...
//Add additional code

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