take a look at the JCE and the likes of java.security and javax.crypto http://developer.android.com/reference/javax/crypto/package-summary.html
If you are writing native code, take a look at openssl. On Sun, Jun 27, 2010 at 7:10 AM, not4any1 <[email protected]> wrote: > Hello, > > I would like to ask if i can use Asymmetric Crypto (like RSA or ECC) > on android mobile phones, how, and what are the best libraries i > should use. >
