Page 1 of 1
How to send private key from my client to java card
Posted: Fri Jan 22, 2016 4:20 am
by ordane
I have generated RSA private key from my client and now I wanna to send it to the java card. Could anyone tell me how to send private key from my client to java card?
Re: How to send private key from my client to java card
Posted: Fri Jan 22, 2016 6:21 am
by UNKNwYSHSA
Is the applet in your card implemented yourself?
Normally, key pair is generated in the card. The public key is output outside of card and the private key is reserved in the card.