Dear NXP Support Team,
I have downloaded the Java TapLinx library to work with MIFARE Classic S70 4K cards. However, I noticed that the ClassicFactory.class file is not included in the Classic TapLinx JAR.
As I understand, ClassicFactory is required to create the Classic card instance, similar to how we use DESFireFactory for DESFire cards:
IDESFireEV3 desfire =
DESFireFactory.getInstance()
.getDESFireEV3(TapLinx.INSTANCE.getCustomModules());
Could you please advise me on the following:
- Is ClassicFactory included in a separate JAR or library?
- If so, could you please provide the correct library/version that I need to use?
- Is there a different API or recommended approach for working with MIFARE Classic S70 4K using the Java TapLinx library?
- Is the Classic TapLinx library compatible with the Java (non-Android) environment I am using?
I would appreciate your guidance on how to correctly initialize and communicate with MIFARE Classic S70 4K cards using TapLinx.