Tomasz K. Kaczmarek wrote:
> Hi,
> 
> Finally I've identified my smart card, it's the Setec's smart card -
> "SetCOS 4.3.0 32k RSA Instant EID IP2" - that what I got translating
> smart card's ATR. Previously I tried establish connection to the card
> using four "token drivers" present in
> "/usr/libexec/SmartCardServices/services/" (I'm using OS X), I mean:
> 
> 1)commonAccessCard.bundle
> 2)mscMuscleCard.bundle
> 3)pkcs11.bundle
> 4)slbCryptoflex.bundle
> 
> Of course it just can't work, cause all of these "token driver's" are
> not compatible with on-card OS installed on my smart card (am I right
> ?). So, the only thing I can do to ensure support of my smart card on OS
> X PC/SC services is to write a card specific token driver. I say OK, but
> here comes another question - HOW TO DO IT ? What information or sources
> I need from card manufacturer to write such "token driver" ? Where I can
> learn more how to do it ? I guess I don't have other way and You are the
> only people who has the knowledge, so please help. Do You know some
> books which covers such process ? I got the "Smart Cards: The
> Developer's ToolKit", but this book covers only "general knowledge"
> about smart cards. I'm getting more and more desperate about solving my
> problem. Soon it could become my obsession ;-)
> 
> Any help will be mostly appreciated.

You must get the information for you smart card. What application on the
card you want to use? Can you install an application on the card? You
must know the APDU (If you don't know what APDUs are google or read ISO
7816-4) specification. (The application has nothing to do with the OS on
the card, so the OS is not interesting.)

Download MuscleCard Plugin Writer's DDK

http://www.musclecard.com/musclecard/index.html

You must implement all methods. For an overview what the functions must
 look in the MuscleCard API Documentation. Read also the overview at the
top of the page.

Karsten

> 
> Best regards,
> Tomasz.
> 
> _______________________________________________
> Muscle mailing list
> [email protected]
> http://lists.drizzle.com/mailman/listinfo/muscle

_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to