Page 1 of 1

Create wallet applet

Posted: Mon Jan 07, 2019 4:13 pm
by Iceman
Hello,
I am trying to analyze the following example: https://docs.oracle.com/javacard/3.0.5/ ... m#JCUGC153 and I would like to know how to interpret this command:
// create wallet applet
0x80 0xB8 0x00 0x00 0x14 0x0a 0xa0 0x0 0x0 0x0 0x62 0x3 0x1 0xc 0x6 0x1 0x08 0x0 0x0 0x05 0x01 0x02 0x03 0x04 0x05 0x7F;

0x80 CLA
0xB8 INS
0x00 P1
0x00 P2
0x14 LC (Length , DEC: 20)
0x0a Applet AID Length, DEC: 10
0xa0 0x0 0x0 0x0 0x62 0x3 0x1 0xc 0x6 0x1 Applet AID
0x08 0x0 0x0 - What is this part of the command responsible for?
0x05 PIN Length
0x01 0x02 0x03 0x04 0x05 PIN
0x7F;

Thank you in advance!

Re: Create wallet applet

Posted: Wed Jan 23, 2019 2:57 am
by DreamXiao
I don't understand what you said.
But I study the wallet demo applet from this topic, It's easier to understand than this Applet you mentioned.