Hello everyone,
I read the Java Card 3 Platform specification and I encountered with some questions.
- Can the JCRE invoke any method of any applet?
- If so, can the JCRE get an APDU like RMI's INVOKE APDU, which will invoke the methods?
- Can the JCRE invoke any method of any applet using the INVOKE APDU (even if the applet doesn't implement the remote interface)?
- Can someone share an example of the INVOKE APDU? I'm interested in how to know what are the object's and method's ids.
Many thanks in advance for all the helpers and responders!