Page 1 of 1

Get java card CIN in applet

Posted: Tue Sep 08, 2015 10:36 pm
by nearsunshine
I need to get Card Image Number in Applet.
GlobalPlatform Card Specification has mentioned,
Card Image Number
It is a unique value, carried by the ISO/IEC 7816 defined tag '45' (Card Issuer's Data), which is assigned by the Card Issuer (identified itself by the IIN). The CIN data element is of variable length.


But I don't know any other information about CIN but the above description. How can I get java card CIN ?
So if anyone could provide me more details it would be much appreciated.

Re: Get java card CIN in applet

Posted: Sat Sep 19, 2015 1:39 pm
by UNKNwYSHSA
I don't know the method to get the CIN in applet.
But if you have to do this, you can get CIN data using APDU command, and personalize the data to the applet.

Re: Get java card CIN in applet

Posted: Thu Oct 08, 2015 2:07 pm
by ThePhoenyx
Could you tell me which apdu command to use to get the cin, serial number... well basically all of the card specific information? The ones that are burned in and not changeable?
Thanks for any help!

Re: Get java card CIN in applet

Posted: Fri Oct 09, 2015 2:34 am
by horse dream
ThePhoenyx wrote:Could you tell me which apdu command to use to get the cin, serial number... well basically all of the card specific information? The ones that are burned in and not changeable?
Thanks for any help!

You could look through the section "9.3 GET DATA Command" in GP Card Specification 2.1.1. Then you will know how to get the card specific information.