Class TKSmartCardPINCompletion


  • public final class TKSmartCardPINCompletion
    extends java.lang.Object
    Bitmask specifying condition(s) under which PIN entry should be considered complete.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Key
      Completion by pressing the validation key.
      static long MaxLength
      Completion by reaching the maximum PIN length.
      static long Timeout
      Completion by timeout expiration.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MaxLength

        public static final long MaxLength
        Completion by reaching the maximum PIN length.
        See Also:
        Constant Field Values
      • Key

        public static final long Key
        Completion by pressing the validation key.
        See Also:
        Constant Field Values
      • Timeout

        public static final long Timeout
        Completion by timeout expiration.
        See Also:
        Constant Field Values