Hi, > I am using a Java Card which provided by WebKomputing. I guess that the > javacardx.crypto package is missing in this Java Card. I already wrote > email to them to ask if this package is missing. Ok but it is strange if the package is absent... but with the error it seems this is the problem. Do you have compile and convert the applet before to load it? I think this because perhaps WebKomputing doesn't use the same export files that those used for generating the cap file available in the tarball. Indeed the cap file references the packages imported and perhaps the link (i.e. the AID) to javacardx.crypto is bad and this may explain why the javacardx.crypto is absent. > If there is no javacardx.crypto package in this Java Card, is it possible to > amend the MCardApplet (disable the Cipher) and make it work except the > Cipher? Yes I think it is possible but you will lost many features such as sign/crypt data (mail, ...). To do this you must modify the source code of the MCardApplet to comment all the part related about the Cipher class of javacardx.crypto. After you have done this, compile and convert the applet before to load it. If you don't have the same error as previously, it may confirm that the javacardx.crypto is absent. I hope you will not have the need to modify some parts of the tools such as XCardII, muscleTools and other applications (PAM modules, PKCS#11, ...). But I don't think.
Regards, Damien Sauveron ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
