Interface ApduInterpreterFactory

All Known Subinterfaces:
ApduInterpreterFactorySpi

public interface ApduInterpreterFactory
Factory interface for creating instances of APDU interpreters.

The purpose of this interface is to provide an APDU interpreter factory designed to be supplied to plugins capable of handling storage-type smart card processing functionalities.

This interface is designed to be implemented by card APDU interpreter libraries, enabling the creation of specific APDU interpreter instances tailored to handle APDU commands and their processing requirements.

Implementations must be instances of ApduInterpreterFactorySpi providing the logic for a concrete APDU interpreter.

Since:
1.0.0