I have developed an application that uses bouncy castle provider for generating keystore. Everything was working fine on Gingerbread(2.3.3) until i updated my test device with ICS. Now, its not able to find the bouncy castle provider. I'm getting this exception:
07-11 12:40:51.317 E/AndroidRuntime( 8049): Caused by: java.lang.NoClassDefFoundError: org.bouncycastle.jce.provider.BouncyCastleProvider
I searched about this and figured that in ICS, a trust store has been introduced and i want to know whether bouncy castle can still be used in ICS. I have seen some threads related to bouncy castle provider, but couldn't get the solution. Please help.
Thanks, Deepak