Modules

filter

 

Objects/Functions

module (N/https)

SuiteScript 2.0

https.Encoding

https.Encoding.{|UTF_8,BASE_16,BASE_32,BASE_64,BASE_64_URL_SAFE,HEX|}

N/https Module
https.Encoding
Enum Description: Holds the string values for supported encoding values.
Supported Script Types: Server scripts For more information, see SuiteScript 2.0 Script Types.
Module: N/https Module
Search NetSuite - https://system.netsuite.com/app/help/helpcenter.nl?search=https.Encoding

Example:

// Code Example 1
// Add additional code
//...
var mySecretKey = https.createSecretKey({
encoding: https.Encoding.HEX,
guid: '284CFB2D225B1D76FB94D150207E49DF'
});
//...
// Add additional code

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