Hi experts
I have tried to use bouncycastle CMS API to generate CMS Enveloped Data.
The following line will work on Android 2.3 but fail on Android 2.2

 CMSEnvelopedDataGenerator gen = new CMSEnvelopedDataGenerator();


The exception thrown on Android 2.2 is as following:

04-07 09:50:23.764: ERROR/AndroidRuntime(369): Caused by:
java.lang.NoSuchFieldError:
org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers.id_alg_CMS3DESwrap


Please help! and Thanks

Best Regards

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