If I want to access from an application to certificates installed in
keystore, how can I achieved this?
In Java 1.6 in windows for example I can do it easily only with:
KeyStore ks = KeyStore.getInstance("Windows-MY");
ks.load(null, null);
and then read certificates in the keystore, so my question is:
The equivalent code to access Android keystore if it is possible (or
confirmation if it's not possible)Best regards. -- 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

