Verifier.update(options)

Note:

The content in this help topic pertains to SuiteScript 2.0.

Method Description

Updates the string to be verified against a specified certificate.

Returns

void

Supported Script Types

Server scripts

For additional information, see SuiteScript 2.x Script Types.

Governance

None

Module

N/crypto/certificate Module

Parent Object

Parameters

Sibling Object Members

Verifier Object Members

Since

2019.1

Parameters

Note:

The options parameter is a JavaScript object.

Parameter

Type

Required / Optional

Description

options.input

string

required

The string to verify.

options.inputEncoding

string

optional

Encoding of the string to verify. The default value is UTF-8.

Related Topics

General Notices