Page 1 of 1

Some records in my reading Oath Applet

Posted: Thu Dec 31, 2015 5:06 am
by nobody2015
In OathObj.java file defines OathObj class [*]that defines the objects used in this applet. The instance of Each object contains the following variables:

name: In setName()function is assigned.
type: In SetKey()function is assigned.
digits: In setDigits()function is assigned.
counter: In SetKey()function is assigned to 0, and in calculate() function is changed.
imf: In SetImf()function is assigned.
active: In setActive()function is assigned.
inner/outer: In SetKey()function is assigned.

Note:
    The SetKey()function is called in handlePut() and handleChangeCode().
    Before sending APDU commands to JCRE, you must need to initialize these variables.

Re: Some records in my reading Oath Applet

Posted: Thu Jan 07, 2016 6:14 am
by JavaCardOS
Yes, these redords can be initialized from handlePut() function, and the format of the APDU command can be "80010000 Lc 71 L V + 73 L V(KeyType + digits + Value) + 78 L + 7A L"

You have must send this APDU command first, before you do other operations.