Page 1 of 1

which cipher class supports ECC

Posted: Sat Oct 17, 2015 3:52 am
by NikerCR
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?

Re: which cipher class supports ECC

Posted: Wed Oct 21, 2015 1:28 am
by UNKNwYSHSA
It seems that the javacard api did not support ECC encryption, support ECC signature only.