Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.32 KB

File metadata and controls

27 lines (22 loc) · 1.32 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.1.0 - 2026-02-06

Added

  • Documentation of recommended status words for ApduInterpreterSpi implementations
  • Exception handling guidelines for CommandProcessorApi implementations
  • Added KeyStorageType enum to specify memory type (VOLATILE or NON_VOLATILE).
  • Added loadKey method to CommandProcessorApi interface using KeyStorageType for loading card-specific authentication keys into reader memory.
  • Added generalAuthenticate method to CommandProcessorApi interface 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 - 2025-07-08

This is the initial release.