Skip to main content

OrBIT User Guide

itemName

In this section:
Information type

Data blocks, Keys, Random data, Serial numbers, Passwords

Syntax
"itemName": "name"
Parameters

name

The name of the item (must be unique to the product configuration file). String.

For use with

The product configuration file for the eSecIP Professional and eSecIP Standard editions.

Description

Use this field to name an item:

  • in a dataBlocks configuration object, it is the name for the data block object to be injected

  • in a keys : generated configuration object, it is the name for a generated cryptographic key

  • in a keys : injected configuration object, it is the name for an injected cryptographic key

  • in a randomData configuration object, it is the name for a random data block

  • in a serialNumbers configuration object, it is the name for a serial numbers object

  • in a passwords configuration object, it is the name for a device password

This field is mandatory in a configuration object where it can be used.

Examples
"itemName": "dataBlock_1"
"itemName": "group_private_key_1"
"itemName": "generatedKey2"
"itemName": "randomNumber_4"
"itemName": "deviceSerialNumber"
"itemName": "devicePassword"