On 14 March 2011 11:03, Nymann <[email protected]> wrote:
> Is there anyway to get access to the certificate/public key that I > have signed the android application with inside the android code.I > would like to use the key for crypting information ? No. But you can add it to your app as any other raw resource and access later. But, doing that would be *extremely stupid*. And if you are going to use crypto in your app, then maybe choose symetric algorithm? Using pkey based encryption and releasing pkey later on is definitely no-no-no-way to go. -- Regards, Marcin Orlowski Tray Agenda - http://bit.ly/trayagenda -- 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

