Page 1 of 1
Question about RMI applet
Posted: Tue Feb 23, 2016 5:35 am
by wousim
As we all know, java card applets can be accessed via APDU commands. But RMI applets also define other interfaces. Does this mean these RMI applets can be accessed from outside by method calls?
Re: Question about RMI applet
Posted: Fri Feb 26, 2016 4:12 am
by mabel
wousim wrote:As we all know, java card applets can be accessed via APDU commands. But RMI applets also define other interfaces. Does this mean these RMI applets can be accessed from outside by method calls?
In my opinion, java cards only support APDUs.
RMI just sends APDUs in your back, that's just a normal APDU with useless RMI garbage.
I strongly advice that you use APDUs as anyone else, DO NOT USE jcrmi.