I'm actually working on a project that use a SD card(smart card using java card techno)to realize some functions, for example: doing a mutual authentication with another card(client). so i write some java card applet, but now i have a problem:
from those references on the card spec or global platform spec, i didn't find a way to reuse the key ON CARD(NOT create a key repository at off-card side) , firstly i tried to find some methods in api dispo, i havn't found it; then in fact i have to write the prog in java card applet, so how i can retrive/access/use the existing keysets ON card; in order to use for crypto in authentication?
anyone can help?