Hi All I am writing an app which lists all the certificates installed on the device.But i found that there are two places where certificates are stored 1) system/etc/security/cacerts.bks This file contains list of all pre-installed certificate. I am able to read this file using Keystore class defined in frameworks/ base/keystore/java/android/security.
2) There is another way to install certificate i.e. through certinstaller app which installs third party certificate and makes its entry in "data/misc/keystore" but i am not getting how to read certificate info like SerialNumber, IssuerDN etc from this file. Please help me out. Regards Manish -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

