On Thu, Jan 12, 2012 at 12:57 PM, bob <[email protected]> wrote: > How do you change the password in an android keystore?
More details? Assuming by 'android keystore', you mean a Java keystore file, load it first, and then specify a different password when you save it. http://docs.oracle.com/javase/6/docs/api/java/security/KeyStore.html#store%28java.io.OutputStream,%20char[]%29 -- 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

