first of all i want to let you know that i am new regarding javacards. I am in the research phase of writing a javacard applet and i have some questions which suprisingly are not so easy to answer through google-search. I want to create an android application which triggers a javacard application via NFC. So far i established a connection to the card with IsoDep.
Lets say i have a cap-file. How do I put/install it on an actual javacard? (Do i need a card reader/writer with PC/SC? Which ones do you suggest)
Is it possible to put/install the cap-file using my smartphone (via android)?
Is there any way (through APDU-commands) to get information about what is on the card? Specifically: applets on the card, memory available.
Thx very much in advance for the answers.