Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

creating an interface that will interact with java card

984432Feb 3 2013 — edited Feb 13 2013
Dear All,

If I want to start and application that will interact with Java card, in order to retrieve and store information from/to the card. The interface language doesn't need to be also in java language since it's just a matter of passing method to the terminal, am I right??

Comments

Umer
yes, programming language does not matter if you want to store/retrieve data from a smart card.
safarmer
You have many options for accessing a smartcard including PC/SC readers, USB NFC readers, winscard.dll on Windows with DotNet, VC++ etc. There are also bindings for Python and Ruby to talk to a smart card.

In the end, all you do is pass a byte stream to a reader through its driver and it will respond with a byte stream. The language you use does not matter.

- Shane
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 13 2013
Added on Feb 3 2013
2 comments
187 views