MUSCLE Working with Java Cards

1999-08-23 Thread Jordi Planes
Hello. I'm interested to work with Java Cards under Linux with pcsc. I have the Towitoko reader and the Cyberflex Schlumberger card. Does anybody know how to intall several card applets into the card? Are anybody working with Java Cards? Thanks.

Re: MUSCLE crypto JavaCard

1999-10-19 Thread Jordi Planes
Hello. > I am looking for a JavaCard which has a crypto engine on it. Could > somebody recommend one? It depends on your needs. I know three Java Cards with crypto module: Cyberflex (Schlumberger), GemXpresso (Gemplus) and SmartCafe (G&D). Each one has its features and its advantatges. What y

MUSCLE Debug info with pcsc

1999-01-17 Thread Jordi Planes
Hello. I've just compiled pcsc-0.8.9 and I have followed the Installation Instructions without any problem. But when I run pcscserver, it starts and sudenly finish the program, in stead of remaining resident. And I don't get any error message. Is there any way to know wh

MUSCLE Creating a file in Cyberflex Access

1999-11-24 Thread Jordi Planes
Hello. I'm working with Cyberflex Access card with a Towitoko reader with pcsc-lite-0.3.0 . I send a "Create File" APDU (the example from the Cyberflex Access Programmer's Guide, p. 103) and I recieve a "Privilege is insufficient to create a file". Anybody know

MUSCLE Timeout in SCardTransmit

1999-12-14 Thread Jordi Planes
Hello. I send several APDUs to a Smart Card. There is one instruction that computes data. I call SCardTransmit with this instruccion and returns a NOT_TRANSACTED error. I supose it's due to the timeout. Is there any way to change the timeout of this function? Th