Hi Damien,

Many thanks for your help.

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.

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?

Thank you!

Bo Wu

----- Original Message ----- 
From: "Damien Sauveron" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, December 30, 2003 12:11 AM
Subject: Re: [Muscle] Failed to load the MCardApplet-0.9.11 into Smart Card


Hi,

> I am trying to load the MCardApplet-0.9.11 into a JavaCard compliant Smart
> Card.
What is this Java Card?


> According to my log, there were 64 blocks of APDUs. The No. 1 ~ 63 Blocks
> got 90 00 returned, which means successful.  Only the last one, the No. 64
> got 64 38 returned, which means error.
If you look the documentation of the Java Card Development Kit [1] you will
see that this error means "Imported package not found" (6438)

> My question is:
> 1. What is the possible reason of this error?
The package imported by the MCardApplet are javacard.framework,
javacard.security and javacardx.crypto and perhaps one of them is not
present on your Java Card. It may be strange
because they are the standard packages.

> 2. What is the suggestion to solve it?
Verify that your Java Card implements all the cryptographic features needed
by the MCardApplet.

[1] http://java.sun.com/products/javacard/dev_kit.html

Regards,

Damien Sauveron

-------------------------------------------------
This mail sent through IMP: http://horde.org/imp/

_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.musclecard.com/mailman/listinfo/muscle


_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.musclecard.com/mailman/listinfo/muscle

Reply via email to