Tom,

Thanks for the response.  Doesn't that seem like a lot of work for someone who
just wants to use a smartcard in my programs?  Bringing up JavaCardCardService
was a mistake (since I'm not trying to write JavaCard application, I just
wanted to test if the iButton OCF classes supported the service)-- I'm
interested in the SignatureCardService.

I guess this really isn't a question for OCF (as it provides a framework for
writing card and terminal independent applications), but more for vendor
support of OCF.

Am I right on that (since I'm fairly new to smart card programming)?

-Chris

Tom McKearney wrote:

> When you're using a JavaCard (iButton basically is one), the CardServices
> are written by _you_.
> You write a Java Applet to run on the card.  Then, you write a CardService
> to access that functionality.
> This is explained in that book.
> For standard CardServices, like the FileSystemCardService, look to the
> vendor of your card (in this case, Dallas Semiconductor).  Otherwise, write
> it yourself.
>
> Tom
>
> "Chris Taylor" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > I had a question about CardServices.  From just playing around with the
> > OCF and two smartcards (Dallas iButton and the IBM card that comes with
> > the excellent "Smart Card Application Development Using Java" book), I
> > noticed that I couldn't get any cardservices working with the iButton.
> > Is that because all card services are bound to a particular smart card?
> > So, I would need a CardServiceFactory that could produce an
> > implementation of the opencard.opt.javacard.JavaCardCardService
> > interface compatible with the iButton?
> >
> > Thanks!
> >
> > -Chris
> >
> > P.S. If that's true, would it make sense for the opencard.org website to
> > list where we can get CardService factories for "supported" cards?
> >
> >
>
> ---
> > Visit the OpenCard web site at http://www.opencard.org/ for more
> > information on OpenCard---binaries, source code, documents.
> > This list is being archived at http://www.opencard.org/archive/opencard/
>
> ! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email
> ! to
> !                           [EMAIL PROTECTED]
> ! containing the word
> !                           unsubscribe
> ! in the body.



---
> Visit the OpenCard web site at http://www.opencard.org/ for more
> information on OpenCard---binaries, source code, documents.
> This list is being archived at http://www.opencard.org/archive/opencard/

! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email
! to
!                           [EMAIL PROTECTED]
! containing the word
!                           unsubscribe 
! in the body.

Reply via email to