Page 1 of 1

Can I send extended APDU to my javacard ?

Posted: Mon Aug 24, 2015 1:11 am
by conliaOdk
I have some IFD A40CR cards and a R502 smart card reader.
Just now I have been told that there are two kinds of APDU, short APDU and extended APDU.

I also know that my cards support short APDU. But can I send extended APDU to my javacard ?
Do I need a tool to send extended APDU ?

Re: Can I send extended APDU to my javacard ?

Posted: Mon Aug 24, 2015 8:24 am
by Regist
You can create an Applet to test if your A40CR card supports extend APDU?

Re: Can I send extended APDU to my javacard ?

Posted: Mon Aug 24, 2015 9:08 am
by rena2019
or you can use JavaCard algorithms support test http://www.fi.muni.cz/~xsvenda/jcsupport.html to test it for you

Re: Can I send extended APDU to my javacard ?

Posted: Tue Aug 25, 2015 3:13 am
by conliaOdk
rena2019 wrote:or you can use JavaCard algorithms support test http://www.fi.muni.cz/~xsvenda/jcsupport.html to test it for you

Hi rena. Thanks very much for your help. It's a great application for me.

Re: Can I send extended APDU to my javacard ?

Posted: Tue Aug 25, 2015 3:29 am
by conliaOdk
rena2019 wrote:or you can use JavaCard algorithms support test http://www.fi.muni.cz/~xsvenda/jcsupport.html to test it for you

Hi rena. Can you tell me more details about how to use this applet to test if my card support extended APDU ?