Hey there, I’m in confusion during developmental stages of the software where I dont know how these keys are generated (AppKey → AppSKey and NwkKey → FNwkSIntKey, SNwkSIntKey and NwkSEncKey). I have gone through the documentation which states that it is generated after the join process. I have created a endpoint for device profile creation and its templates. But when we click on the device profile and select a device profile of version 1.1, I need the keys to be appeared subsequently. How can I be able to achieve this in Java SpringBoot ? Where can I fetch the generated keys from ? Can someone please help ?
There is a tab called “device activation” that once a device is joined will be filled with the networkSessionKey and applicationSessionKey, which are derived from the appKey on join.