Modules

filter

 

Objects/Functions

module (N/crypto)

SuiteScript 2.0

CipherPayload.ciphertext

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

N/crypto Module
CipherPayload.ciphertext
Property Description: The result of the ciphering process. For example, to take the cipher payload and send it to another system.
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=CipherPayload.ciphertext

Example:

// Code Example 1
//Add additional code
//...
log.debug({
title: "Ciphertext: ",
details: cipherPayload.ciphertext
});
//...
//Add additional code

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