Page 1 of 1

JavaCard: elliptic curve cryptography

Posted: Tue Apr 11, 2017 11:50 pm
by Kandhf
Hello everyone,

Excited to find this forum, where is a good place to learn java card technology.

I have just get started with java card and I have a question now, hope somebody help.

- Does java card support elliptic curve cryptography? If yes, could someone give me some sample code?

Thanks.

Re: JavaCard: elliptic curve cryptography

Posted: Wed Apr 12, 2017 1:28 am
by UNKNwYSHSA
Java card support ECC keypair generation, signature sign/verify.
Sample code see: https://javacardos.com/wiki/Article/det ... y/ecc.html

Re: JavaCard: elliptic curve cryptography

Posted: Wed Apr 12, 2017 5:56 am
by Kandhf
Thank you so much for your help, UNKNwYSHSA .

But could I do data encryption or decrytpion with ECC on java card?