Dear Android Coders,
I'm trying to realize an application that execute performance analysis
of different cryptosystems; among other comparisons, I'm trying to
compare the Elliptic Curve Criptography and the RSA using the
Bouncycastle provider.
While I succesfully encrypt and decrypt with RSA, I'm not able to use
"EC" as algorithm in Cipher.getInstance("<alghoritm>/<mode>/
<padding>") statement; a NoSuchAlgorithm Exception is thrown.
If I add to the project the jar of the bouncycastle provider, the
exception is thrown as well, probably when I request for the provider,
Android responds with the "stripped" BC provider that is installed in
the OS.
How can I solve this problem?
Antonio
--
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