I'm writing an arxml handling app to decode/encode car data using arxml files. This works pretty well so far but now I have SECURED-I-PDUs. I found no spec or docu that describes how to handle this in a way that is understandable. Can someone explain how to apply decryption on those PDus? I parsed these SECURE-COMMUNICATION-PROPS-SET and ND-TO-END-PROTECTIONS node, but have no glue how to get things together. I'm using c++.
↧