Hello,
I am using Crypto_43_HSE RTD driver v5.0.0.
I configured the driver in EB Tresos and then I executed the exporter to generate the .arxml file to import it into an external tool (DaVinci configurator)
However, it seems that there's something wrong in the way the generator creates the export file. More specifically, the parameter HseKeyCatalogGroupRef is defined in the exported ARXML to have upper multiplicity = lower multiplicity = 1, so it means that this parameter must be always filled in.
However there are cases in which this cannot happen.
For example, when I define the KeyElements SHE Mac Proof and SHE Cipher Proof with KeyElementId=2 and 6 respectively, I do not select the 'Use Hse Key' option because those must not be linked to an HSE key slot , and thus the HseKeyCatalogGroupRef remains empty (and gives me a warning)
So, since there's this case in which the HseKeyCatalogGroupRef can be empty, I think it's wrong for the exporter to generate the parameter with multiplicity = (1,1) essentially forcing that parameter to always be defined.
In fact, when I import the configuration through the .arxml file in the DaVinci Configurator, the tool complains about the HseKeyCatalogGroupRef parameter even though it can only be empty for the reasons I explained above.
Kind regards,