• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

ISO7816 Smartcard / Java Card

 
Marshal
Posts: 4813
604
VSCode Eclipse IDE TypeScript Redhat MicroProfile Quarkus Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have two goals:
    1. using Java SE application, communicate with a smartcard using ISO 7816-4 commands, access card's filesystem, etc.
    2. write a card Applet and execute on the card's internal JCRE (Java Card Runtime Environment)

I'm wondering if anyone has been through this before, and could offer any hints / words of wisdom on how to get started, or share any recommendations for books or articles to get up to speed.

 
Ron McLeod
Marshal
Posts: 4813
604
VSCode Eclipse IDE TypeScript Redhat MicroProfile Quarkus Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've use an Arduino before to interface directly at the electrical level to the UICC's contacts and wrote some low-level C++ code to communicate at the byte-level.

This time I am wanting to use a card reader with a USB interface and javacard.framework interfaces and classes.

 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic