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:
>> I want know  if the android ICS support PKCS #11?
>> As we know the PKCS contain 15 interface or standar, which have
>> supported in android 4.0?
>
> 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.
>
> On the other hand, Android JCE providers probably support pretty much
> anything you would want to do with your PKCS#11 module. Unless you
> are trying to use some proprietary hardware or something, just use those.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Security Discussions" 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-security-discuss?hl=en.

Reply via email to