Skip to main content

OrBIT User Guide

provisionedAddress

In this section:
Information type

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

Syntax
"provisionedAddress": "address"
Parameters

address

The storage location in memory (hexadecimal number as a string).

For use with

The product configuration file for:

  • the eSecIP Standard and eSecIP Basic editions (in a certificates configuration object).

  • the eSecIP Standard edition (in dataBlocks, keys, passwords, randomData, and serialNumbers configuration objects).

Description

Use this field to specify the memory location for an item:

  • in a certificates configuration object, it is the memory location for the provisioned device certificate

  • in a dataBlocks configuration object, it is the memory location for a data block

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

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

  • in a passwords configuration object, it is the memory location for the provisioned password

  • in a randomData configuration object, it is the memory location for the provisioned random data block

  • in a serialNumbers configuration object, it is the memory location for the provisioned serial number

This field is mandatory in a configuration object where it can be used. In a keys : generated object it is mandatory if the key type is symmetric, but not if it is an asymmetric key pair.

Example
"provisionedAddress": "0x0810A200"