Can I use Javacard without reader and physical card?

Viewed 93

I'm working on a project related to smartcard security, and I wanted to conduct some tests. But I cannot acquire a card reader to test with at the moment. Is there a way to use Javacard toolkits without having a physical card and card reader? (e.g. an online library that can completely emulate a card without using a physical card reader)

2 Answers

There is a jCardSim project which simulates JCRE classes -- see their Quick Start Guide.

This project is great for "dry" prototyping and unit testing of Java Card projects.

Related