Michael StJohns schrieb: > 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)
Hi, Thanks for the hint. I'm busy at the moment, but the project is not dead. I plan to make the applet more flexible. There are some cumbersome places and parts which must be reconsidered. my current version does not have this masks. I have completely different classes for keys, PINs, object, whatever, so the full range like a developer would expect can be used for objects. 255 different classes of objects are possible, but not visible to the outside and each object can be described a 32 bytes, i.e. a real name. Well, it's going on slowly. Regards, Karsten > > Mike > > _______________________________________________ > Muscle mailing list > [email protected] > http://lists.drizzle.com/mailman/listinfo/muscle _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
