JSON_SectionEncryption

JSON message about section encryption parameters

{
  "SectionEncryption": {
    "sectionNo": ,
/*required, integer, section No.*/
    "keyType": "",
/*required, string, key types: "private"-private key, "normal"-other valid keys*/
    "password": ""
/*depend, string, a hexadecimal verification key, this field is valid only when the keyType is "normal"*/
    "newKeyType": "",
/*required, string, new key types: "private"-private key, "normal"-other valid keys*/
    "KeyA": "",
/*depend, string, a hexadecimal password of key A, this field is valid only when the keyType is "normal"*/
    "KeyB": "",
/*depend, string, a hexadecimal password of key B, this field is valid only when the keyType is "normal"*/
    "controlBits":
/*depend, a hexadecimal control bit, this field is valid only when the keyType is "normal"*/
  }
}