Thanks for your advice,it's helpful for further understand of PKCS #11 on android. In my project, I need use native code. it seems that the android 4.0 does not support PKCS#11. I must find C/C++ based open source,and build it in my project. Do you have experience about porting PKCS#11(C/C++ based open source) for android ICS? 在 2012年7月10日星期二UTC+8上午10时39分35秒,Nikolay Elenkov写道:
> On Mon, Jul 9, 2012 at 12:24 PM, Nikolay Elenkov > <[email protected]> wrote: > > On Mon, Jul 9, 2012 at 12:24 PM, Nikolay Elenkov > > <[email protected]> wrote: > >> On Mon, Jul 9, 2012 at 10:07 AM, Kevin <[email protected]> wrote: > >> > >> A PKCS#11 module is just shared library, so if you have one compiled > >> for Android, you could certainly use it from your native code. Or you > >> can write a PKCS#11-backed JCE provider ala Java SE. I don't think > there > >> is any native support (helper libraries, etc.) for this in Android > though. > >> > > And then JB source code is released, and there is all this code that talks > to a (proprietary) PKCS#11 module... > -- You received this message because you are subscribed to the Google Groups "Android Security Discussions" group. To view this discussion on the web visit https://groups.google.com/d/msg/android-security-discuss/-/7j4G7kH2rgQJ. 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.
