Interface TKSmartCardUserInteractionDelegate


  • public interface TKSmartCardUserInteractionDelegate
    Delegate for user interactions involving the SmartCard reader.
    • Method Detail

      • characterEnteredInUserInteraction

        default void characterEnteredInUserInteraction​(TKSmartCardUserInteraction interaction)
        A valid character has been entered.
      • correctionKeyPressedInUserInteraction

        default void correctionKeyPressedInUserInteraction​(TKSmartCardUserInteraction interaction)
        A correction key has been pressed.
      • invalidCharacterEnteredInUserInteraction

        default void invalidCharacterEnteredInUserInteraction​(TKSmartCardUserInteraction interaction)
        An invalid character has been entered.
      • newPINConfirmationRequestedInUserInteraction

        default void newPINConfirmationRequestedInUserInteraction​(TKSmartCardUserInteraction interaction)
        Indicates that the new PIN needs to be confirmed (re-entered).
      • newPINRequestedInUserInteraction

        default void newPINRequestedInUserInteraction​(TKSmartCardUserInteraction interaction)
        Indicates that the new PIN needs to be entered.
      • oldPINRequestedInUserInteraction

        default void oldPINRequestedInUserInteraction​(TKSmartCardUserInteraction interaction)
        Indicates that the old PIN needs to be entered.
      • validationKeyPressedInUserInteraction

        default void validationKeyPressedInUserInteraction​(TKSmartCardUserInteraction interaction)
        The validation key has been pressed (end of PIN entry).