On Fri, Dec 19, 2008 at 7:25 AM, qvark
<[email protected]> wrote:
> which is the JCE provider you use under the hoods? Bouncy castle? If
> so, which version?
>
> I cannot find built-in support for PKCS12 keystores and I cannot use
> BC as a third party library because their classes conflict with the
> ones included in the platform. However, if I try my code outside
> Android with the latest version of BC it works without problem.
>
> Can you shed some light on this issue?

Caveat: I'm not an expert on the crypto stuff.

Dalvik uses BouncyCastle for the general framework and for many, but
not all cipher implementations. The code also pokes into native code
to use OpenSSL for a lot of stuff. For keystores, it uses the bks
format.

You can find the salient source in the Dalvik repo at
</dalvik/libcore/security> and </dalvik/libcore/crypto>.

I hope this helps.

-dan

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to