10-12-2012 06:47 AM
Hi
I am trying to encrypt and protect my SQLite database. For that I generated a public/private key pair using the Blackberry Signing Authority Tool. I then added the public .key file to my project and wrote code for the encryption and protection of the database. Then I signed the app with Blackberry Signing Authority Tool as was mentioned in the documentation. It was signed properly. But my app is not working on device. It shows that my app is attempting to access a secure API which means it not signed properly.
What could be the issue ?
And also I want to know what is the difference between signing the app by "Signature Tool" from within the Eclipse and signing the app with "Blackberry Signing Authority Tool' ?
I was signing my app with "Signature Tool" from the Eclipse itself before adding public .key file and it was working fine.
Please suggest.
Thanks.
Solved! Go to Solution.
10-12-2012 06:58 AM
10-16-2012 05:34 AM
Thanks.. It worked.. I am getting ControlledAccessException while encryting database. Can you please suggest on that ? I posting a new thread for that.
10-16-2012 06:01 AM