keyType
Information type
Keys
Syntax
"keyType": "{AsymmetricPair|AsymmetricPrivate|AsymmetricPublic|Symmetric}"Parameters
| The key to be generated is a full asymmetric (public + private) key pair (string). Only for generated keys. |
| The key specified by the |
| The key specified by the |
| The key is symmetric, for example, an AES key (string). |
For use with
The product configuration file for the eSecIP Professional and eSecIP Standard editions.
Description
Use this field to specify the type of a cryptographic key:
In a
keys : generatedconfiguration object, it specifies the type of key to be generated by the Security Appliance.In a
keys : injectedconfiguration object, it specifies the type of the key specified by thekeyfield.
This field is mandatory in a configuration object where it can be used.
Examples
"keyType": "Symmetric"