which cipher class supports ECC
Posted: Sat Oct 17, 2015 3:52 am
I have a A22 card and it supports ECC. And I am going to encrypt data using ECC cryptography in my applet.
What i want to know is which cipher class supports ECC.
For RSA cryptography, it can use Cipher.ALG_RSA_PKCS1. What is the similar cipher class for ECC?
What i want to know is which cipher class supports ECC.
For RSA cryptography, it can use Cipher.ALG_RSA_PKCS1. What is the similar cipher class for ECC?