APDU processing
Hello,
While i was mining for informations i meet some contradicitons. I don't really understand how does JCRE deal with the applet selecting apdu-s? It's processed automatically, or JCRE passes this apdu also to the active applet's process method, and then the applet must redistribute it back to the JCRE. In other words, should i check for SELECT APDU-s in my process() method?
Thanks for your comments in advance,
Dave
[457 byte] By [
lukacda] at [2007-9-26 5:16:05]

SeeA applet Remains in the suspended State until it is explicitly selected .The Applet Selection occurs when the JCRE recives a SELECT APDU whose data matches with the AID of the Applet .The JCRE informs of the applet of it's selection by invoking select method.
The applet returns true from the call to select method if it is ready to accept the APDU commant via it's process method or it can decline by setting false.
so here the main work is done by JCRE .
Neelesh .
If you still are not getting it .
mail me at dalvins@vsnl.com