Page 1 of 1

How to store secure key within the smart card applet

Posted: Mon Sep 14, 2015 5:23 am
by chico0609
I need to use Public Key Infrastructure to implement authentication.
Q: How can I store secure key values within javacard applet ?

Re: How to store secure key within the smart card applet

Posted: Mon Oct 12, 2015 5:29 am
by mabel
You can use predefined arrays or applet specific installation parameter to instantiate your keys during creation of the applet. Then the private keys shall be stored.
The GP card specification has provided the ways of key loading and content loading. Please take a look at this specification.