I've sucessfully written an application using Bouncy Castle (AES256 +
SHA1).
AFAIK the Bouncy Castle provider is the default Android provider.
So you can use it without importing any external libraries.

Try initializing Cipher object with as described here:

http://developer.android.com/reference/javax/crypto/Cipher.html

On Jan 6, 5:17 pm, Arnnei <arn...@gmail.com> wrote:
> Hi,
>
> I'm converting a J2ME application to Android using Eclipse + SDK.
>
> The J2ME is using Bouncycastle SHA1.
> I understand that Android now includes Bouncycastle ?
>
> How do I use the Bouncycastle functions.
> What do I have to Import or how do I add the BC libraries to the
> Eclipse.
>
> Thanks
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to