provisionedPrivateKeyLengthAddress
Information type
Certificates, Keys
Syntax
"provisionedPrivateKeyLengthAddress": "address"Parameters
| 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
certificatesconfiguration object).the eSecIP Standard edition (in a
keysconfiguration 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
certificatesconfiguration object, the device certificate’s private key.In a
keys : generatedconfiguration object, the private part of an asymmetric key pair defined in that object.In a
keys : injectedconfiguration object, the asymmetric private key defined in that object.
This field:
is mandatory in a
certificatesconfiguration object.is mandatory in a
keys : generatedconfiguration object if the key type is a generatedAsymmetricPairkey, but cannot be included otherwise.is mandatory in a
keys : injectedconfiguration object if the key type is an injectedAsymmetricPrivatekey, but cannot be included otherwise.
Example
"provisionedPrivateKeyLengthAddress": "0x08100A00"