Keyple Plugin Storage Card API - 1.0.0-SNAPSHOT

This document provides the API specification for the development of Keyple Storage Card APDU interpreters.

This API standardizes communication with storage-type smart cards, providing abstraction layers for APDU processing and memory-based operations.

The purpose of this API is to provide an APDU interpreter factory designed to be supplied to plugins capable of handling storage-type smart card processing functionalities. It enables the creation of specific APDU interpreter instances tailored to process APDU commands and manage interactions with storage-type smart cards.

The internal package contains:

  • APIs that must be implemented by the plugins to facilitate storage card communication within the Keyple ecosystem.
  • SPIs that must be implemented by the APDU interpretation library to translate high-level commands into specific storage card operations.

For further details about Keyple, please refer to the official documentation at Keyple website.

Packages
Package
Description
Contains public elements intended for the application.
Contains internal interfaces for data exchange between plugin and APDU interpreter.
Contains SPIs to be implemented by the APDU interpreter.