Page 1 of 1
For javacard, how to log data in the card.
Posted: Tue Dec 22, 2015 1:55 am
by Thelogan
I wonder how javacard logs data in the card. Does it need an applet to do this?
Another question is how I can read the log events after transactions. Anyone knows?
Re: For javacard, how to log data in the card.
Posted: Mon Dec 28, 2015 2:57 am
by mabel
Thelogan wrote:I wonder how javacard logs data in the card. Does it need an applet to do this?
Another question is how I can read the log events after transactions. Anyone knows?
Hi,
If a Java Card applet logs data in the card, it's certain that applet's programmer designs the logging mechanism. There is no standardized logging facilities.
Re: For javacard, how to log data in the card.
Posted: Mon Dec 28, 2015 8:12 am
by UNKNwYSHSA
See
ISOApplet.
The file type ElementaryFileCyclicFixed in this applet also be used to store log data. New log records are preserved, old log records will be overwritten by new log records.