Skip to main content

OrBIT User Guide

provisionedPrivateKeyLengthAddress

In this section:
Information type

Certificates, Keys

Syntax
"provisionedPrivateKeyLengthAddress": "address"
Parameters

address

The memory location for the length value (in bytes) of a private key (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 a keys configuration object).

Description

The memory location for the length value (in bytes) of the asymmetric key pair. Mandatory if the key type is a generated AsymmetricPair key, but cannot be included otherwise.

  • In a certificates configuration object, the device certificate’s private key.

  • In a keys : generated configuration object, the private part of an asymmetric key pair defined in that object.

  • In a keys : injected configuration object, the asymmetric private key defined in that object.

This field:

  • is mandatory in a certificates configuration object.

  • is mandatory in a keys : generated configuration object if the key type is a generated AsymmetricPair key, but cannot be included otherwise.

  • is mandatory in a keys : injected configuration object if the key type is an injected AsymmetricPrivate key, but cannot be included otherwise.

Example
"provisionedPrivateKeyLengthAddress": "0x08100A00"