Interface IsoSmartCard
-
- All Superinterfaces:
SmartCard
public interface IsoSmartCard extends SmartCard
ISO 7816-4 smart card with which communication has been established after a selection process and which is ready to receive APDUs.The information that could be collected by the selection process, i.e. the power-on data or the response to the "Select Application" command are made available.
Both are optional but cannot be null at the same time.Must be implemented and possibly extended by a ISO card extension to meet its specific needs.
- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getSelectApplicationResponse()
Gets the card data received in response to the "Select Application" command (including the status word).-
Methods inherited from interface org.eclipse.keypop.reader.selection.spi.SmartCard
getPowerOnData
-
-