Re: [android-developers] Questions on creating X509v3Certificate on Android

2012-02-12 Thread Nikolay Elenkov
On Sun, Feb 12, 2012 at 1:31 PM, Qin Ding qindi...@gmail.com wrote: I have a need to generate X509v3Certificate on Android device. ... ...  First the android dumps so many ambicuouse classes message and discovered old classes and block the code message in the catlog.  All these message are

[android-developers] Questions on creating X509v3Certificate on Android

2012-02-11 Thread Qin Ding
I have a need to generate X509v3Certificate on Android device. Since android supports Bouncycastle, I downloaded the latest BC library (1.46) and installed onto Android. I have code already that generates the X509v3 cert. I modified the existing code by explicitly include the BC provider. It