Pregunta

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

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top