Interface BasicCardSelector

  • All Superinterfaces:
    CardSelector<BasicCardSelector>

    public interface BasicCardSelector
    extends CardSelector<BasicCardSelector>
    Basic filters used to restrict the selection process to certain cards.

    These filters are all optional but can also be combined.

    If no filtering is specified, any card that responds when inserted in the reader will be considered selected.

    Conversely, if one or more filters have been defined, the card will not be selected if one of them rejects the card.

    An instance of this interface can be obtained via the method ReaderApiFactory.createBasicCardSelector().

    Since:
    2.0.0