Page 1 of 1

How to get card sequence number from inside card applet

Posted: Wed Jul 15, 2020 10:02 pm
by callmeuvn
Dear all,

My java card applet running on Global Platform 2.1.1. And I want to implement some codes in the the applet for doing some encryption using card sequence number.
Could someone please tell me how to get card sequence number from inside applet (Not from off-card side/terminal side).

Thank you very much.

Re: How to get card sequence number from inside card applet

Posted: Sat Jul 18, 2020 3:07 am
by kuafu
Ask the producer who produce the card applet.

Re: How to get card sequence number from inside card applet

Posted: Sat Jul 18, 2020 5:14 am
by callmeuvn
The applet is not coming from the card producer. It is developed by me.
Thanks you for your answer.

Re: How to get card sequence number from inside card applet

Posted: Sat Jul 18, 2020 5:19 am
by kuafu
It's better. You can write a card sequence number which managed by you when you install applet. And you can get it with your way.


Card sequence number is just an identification.

Re: How to get card sequence number from inside card applet

Posted: Sat Jul 18, 2020 10:55 am
by callmeuvn
Thank you very much for your answer.
And what is about CPLC - card production life cycle?, how can I get this value from inside applet?.

Re: How to get card sequence number from inside card applet

Posted: Sat Jul 18, 2020 7:46 pm
by kuafu
google it . It's easy to get the answer. https://stackoverflow.com/questions/178 ... d/18097217

Re: How to get card sequence number from inside card applet

Posted: Mon Jul 20, 2020 4:29 am
by callmeuvn
In fact, I want to retrieve the data of CPLC - card production life cycle from inside applet, not from off-card side.
Do you have any recommendation?.

Thank you very much for your answer.