I want to know how transactions will be logged in a java card? did it performed by applets? and after transactions, how I can read log events? did the card supplier put a function in the .dll files to read log or something?

thanks

有帮助吗?

解决方案

If a Java Card applet logs events, it does this in exactly the way that it's programmer designed the logging mechanism. Logging/transaction history/etc. is usually something application-specific, thus, there is no standardized logging facilities.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top