Modules

filter

 

Objects/Functions

module (N/crypto)

SuiteScript 2.0

SecretKey.encoding

// Please search https://system.netsuite.com/app/help/helpcenter.nl?search=SecretKey.encoding for more information.

N/crypto Module
SecretKey.encoding
Property Description: The encoding used for the clear text value of the secret key.
Type: string
Supported Script Types: Server-side scripts For additional information, see SuiteScript 2.0 Script Types.
Module: N/crypto Module
Since: 2015.2
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=SecretKey.encoding

Example:

// Code Example 1
//Add additional code
//...
log.debug({
title: "Secret Key Encoding: ",
details: sKey.encoding
});
//...
//Add additional code

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