Releases: eclipse-keyple/keyple-plugin-storagecard-java-api
Releases · eclipse-keyple/keyple-plugin-storagecard-java-api
1.1.0
Added
- Documentation of recommended status words for ApduInterpreterSpi implementations
- Exception handling guidelines for CommandProcessorApi implementations
- Added
KeyStorageTypeenum to specify memory type (VOLATILE or NON_VOLATILE). - Added
loadKeymethod toCommandProcessorApiinterface usingKeyStorageTypefor loading card-specific authentication keys into reader memory. - Added
generalAuthenticatemethod toCommandProcessorApiinterface for performing authentication to contactless cards using previously loaded keys.
Changed
- Enhanced JavaDoc with comprehensive error handling information
- Added status word reference table following ISO 7816-4 and PC/SC standards
1.0.0
This is the initial release.