Actually, I can add external Bouncy Castle in my apk(at least in simulator Android 4.0.3 and BC 1.47 in debug). I also need to make signature in PKCS7 format. I've already implement using external BC, but I must use the built in crypt provider. Can I use Signature class or any other class from java.security package to make PKCS7 signature? I also know that Android shipped with OpenSSL, so I can use it through NDK but I can't understand how can I link with it,because I don't see *.so files corresponding it in any NDK directories.
-- 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

