On Mon, Nov 21, 2011 at 2:46 AM, Harish <[email protected]> wrote: > I guess cacerts.bks doesn't get updated when a new certificate > is installed from SD card.
that is correct, this just contains system CA certificates in releases before 4.0, and doesn't exist in 4.0 > if it is not in cacerts.bks, then in which > key store the certificate is getting installed and how to read that > through a program. they are managed by a keystore daemon and there is no public API to access them before 4.0. Starting in 4.0 an application can request access to installed certs via http://developer.android.com/reference/android/security/KeyChain.html, but the user has to approve such access per application. -bri -- You received this message because you are subscribed to the Google Groups "Android Security Discussions" 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-security-discuss?hl=en.
