itemName
Information type
Data blocks, Keys, Random data, Serial numbers, Passwords
Syntax
"itemName": "name"Parameters
| 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
dataBlocksconfiguration object, it is the name for the data block object to be injectedin a
keys : generatedconfiguration object, it is the name for a generated cryptographic keyin a
keys : injectedconfiguration object, it is the name for an injected cryptographic keyin a
randomDataconfiguration object, it is the name for a random data blockin a
serialNumbersconfiguration object, it is the name for a serial numbers objectin a
passwordsconfiguration 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"