I downloaded, compiled and installed the applet on a JCOP41 card and it works 
fine.  

But while I was reading the code, I noticed a possible problem in CardEdge.src.

Near the beginning is: private final static short RESERVED_OBJECT_CLA_MASK = 
(short) 0xFFFD; 
That's used elsewhere to keep users from using reserved space.

It looks like you've got reserved classes at FFFD, FFFE and FFFF.  But the mask 
only blocks FFFD and FFFF.  I think the mask should actually be FFFC (easier 
change than changing all the logic later in the code)

Mike

_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to