Page 1 of 1
How to invoke a simple java card method?
Posted: Sun Aug 27, 2017 11:36 pm
by Shane2017
I am absolutely a beginner in java card field. And I have
JCIDE tool already installed. Could somebody tell me how can I invoke a simple java card method defined in my applet?
Re: How to invoke a simple java card method?
Posted: Mon Aug 28, 2017 5:20 am
by JCaberham
You'd better carefully study the finished simple applet, e.g. wallet demo..
Re: How to invoke a simple java card method?
Posted: Mon Aug 28, 2017 10:30 pm
by Shane2017
JCaberham wrote:You'd better carefully study the finished simple applet, e.g. wallet demo..
Thanks for your help. I have already studied the sample code. Now my question is that, supposed my applet is already selected. I have to send some APDUs to call my method. What is the APDU command I have to send?
Re: How to invoke a simple java card method?
Posted: Tue Aug 29, 2017 12:25 pm
by ThePhoenyx
That would depend on the list of commands in the applet. The standard commands are available from the ISO 7814-4 standard. Other commands would be ones that are specifically programmed into the applet.