Re: MUSCLE how can i use smart card with netscape?

2001-05-21 Thread Erwann ABALEA
On Mon, 21 May 2001, Ysek Chung wrote: i have GemPC410 reader and GPK8000 card, and i'm studing smart card on linux. now i'm tring to use smart card on netscape such as MS windows, but i can't find any information for help. how can i use smart card with netscape? You have to write or use

Re: MUSCLE how can i use smart card with netscape?

2001-05-21 Thread Tommaso Cucinotta
Ysek Chung wrote: how can i use smart card with netscape? Hello, in order to use SCs with Netscape you should get a PKCS#11 module (library) from the SC vendor, if available. Otherwise, use what they provide for use with IE. My project, SmartSign, works with Cyberflexes under Linux. Hope

Re: MUSCLE how can i use smart card with netscape?

2001-05-21 Thread R. Argentini
how can i use smart card with netscape? Probably the best way is to use Java. You need to implement native (C) wrapper functions to some/most of the PCSC API functionality. Then you can simply write an applet that uses those functions to perform whatever tasks you need to perform. Please

Re: MUSCLE how can i use smart card with netscape?

2001-05-21 Thread Ysek Chung
Thanks for your help! in order to use SCs with Netscape you should get a PKCS#11 module (library) from the SC vendor, if available. Otherwise, use what they provide for use with IE. as stupid question, can i use MS windows PKCS11 library? thank you!