Hey you,

[EMAIL PROTECTED] wrote:
Hi all,
I'm working on a Linux OS (SuSE 7.2) and I've installed the follow
packages :

1 pcsc-lite-1.1.1
2 muscle-framework-1.1.3

I've read in this mailing-list that the GemXpresso 211Pkis and the
Cyberflex cards are not directly supported from muscle framework because
 these are javacard. To comunicate with the card I must load on a card
an applet with a loader.
Maybe the Gemplus RAD Developement Kit is a good choice for your card. Since I do not have these cards, someone else can tell you more...
But, I wrote this loader, if that card is OP 2.0.1 compliant, I may help you
getting started loading the CardEdge applet:

So I've downloaded the generic applet mcard-applet-0.8.9 and the loader
CFlexAccess32loader...
I think that I must install the follow packages to load the applet. If
it's wrong please tell me =)

JDK 1.3 ( JDK 1.1.8 is not a good version?? )
It should work with JDK1.1 too, give it a try.

OCF1.2 and then....what I must do ??

Working with Unix you also have to build 'OCF To PC/SC Shim' by David Corcoran from http://www.musclecard.com/middle.htm and do not forget to put the libOCFPCSC1.so shared object to your LD_LIBRARY_PATH and remove or rename the opencard.properties from the plain OCF installation in $JAVA_HOME/jre/lib.

Next thing, get Cryptix JCE from www.cryptix.org.

Changes to the loader's java code:
1. Change KEY_ENC_AUTH of LoadCFlexAccess32 to your card's 3DES key.
2. Change the card manager DEFAULT_CARD_MANAGER_AID in CFlexAccess32Loader.java to A0 00 00 00 03 00 00, which is the Visa Int. recommended AID, that most cards should use, except the Cyberflex developer cards ;)

Adapt your classpath until you compiled _all_ Java classes of the loader package successfully.

Get the JavaCard Kit 2.x from http://java.sun.com/javacard.

Build an applet load file CardeEdge.bin _exactly_ as described in the Readme of the loader.

 please help..

Hopefully done.

Cheers

Martin

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

Reply via email to