Class TKSmartCardPINConfirmation


  • public final class TKSmartCardPINConfirmation
    extends java.lang.Object
    Bitmask specifying whether PIN confirmation should be requested.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Current
      Confirmation (entry) of the current PIN requested.
      static long New
      Confirmation (entry) of the new PIN requested.
      static long None
      No confirmation requested.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • New

        public static final long New
        Confirmation (entry) of the new PIN requested.
        See Also:
        Constant Field Values
      • Current

        public static final long Current
        Confirmation (entry) of the current PIN requested.
        See Also:
        Constant Field Values