Skip to main content

OrBIT User Guide

provisionedPublicKeyLengthAddress

In this section:
Information type

Keys

Syntax
"provisionedPublicKeyLengthAddress": "address"
Parameters

address

The memory location for the length value (in bytes) of a public key (hexadecimal number as a string).

For use with

The product configuration file for the eSecIP Standard edition.

Description

The memory location for the length value (in bytes) of:

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

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

This field:

  • 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 AsymmetricPublic key, but cannot be included otherwise.

Example
"provisionedPublicKeyLengthAddress": "0x0811A700"