Page 1 of 1

Is there any way to get JC version of Java Card.

Posted: Mon Nov 23, 2015 7:47 am
by GraceGIRL
As the subject said, how can I get java card version from a java card?

Re: Is there any way to get JC version of Java Card.

Posted: Tue Nov 24, 2015 2:24 am
by UNKNwYSHSA
1 Ask your card manufactor;
2 You can write an applet, use API only supported by each JC version.

Re: Is there any way to get JC version of Java Card.

Posted: Tue Nov 24, 2015 3:38 am
by rena2019
2. implement the Applet with call of JCSystem.getVersion()
3. some cards support GP GET DATA command for Tag 66: send APDU 80 CA 00 66 00, check GP website / spec for more details