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 Detail

      • getSelectApplicationResponse

        byte[] getSelectApplicationResponse()
        Gets the card data received in response to the "Select Application" command (including the status word).
        Returns:
        Null if no selection application has been performed.
        Since:
        1.0.0