I have downloaded the sample app for Encrypting JSON store using FIPS from IBM Worklight 6.0 Getting started modules. Using the available PDF, I added all the necessary files in the Android project and I modified the src java file as per the instruction provided by the PDF.
When checking my application in Emulator, I am unable to initialize my JSON Store, and the error showing in Logcat is
Unable to create JSON directory.
After that, I tried to check my application using Android Device. Everything is working fine, I am able to create, store and encrypt the JSON Store using FIPS, in logcat it is showing FIPSEnabled = true
.
But the problem is, when previously I have created a JSON Store, I was able to see the JSON store using DDMS view, but now I am not able to check the file. Now I want to see where the JSON Store file is available and if it is truly encrypted using FIPS. What is the way to do that?