Releases: keycard-tech/status-keycard-java
Releases · keycard-tech/status-keycard-java
3.1.1
handle malformed response as ioexception
3.1.0
- Support Keycard 3.1 features
- Bugfixes
3.0.4
- add explicit SW check on OPEN SECURE CHANNEL
3.0.2
- Updated BouncyCastle depedency
- Make the autoPair/autoOpenSecureChannel methods throw a different exception on communication errors and on unexpected SW. Depending on how you are handling exceptions, you might need to adjust your code accordingly after upgrading
3.0.1
- restored backward compatibility with SET NDEF when using 2.x applet
- the BIP39 wordlist is now hard-coded and not fetched from an URL
3.0.0
- added CashApplet support
- added storeData
- added getData
- reimplemented setNDEF to use the STORE DATA command
- removed support for DUPLICATE KEY
2.2.1
- work with both GlobalPlatform and Status test keys
- automatically upgrade card management keys
2.2
Supports new features of 2.2 cards. Fully backwards compatible with older applets.
2.1.1
fix compilation issue with Javadoc and Lint