Class TKSmartCardPINCharset


  • public final class TKSmartCardPINCharset
    extends java.lang.Object
    Enumerates all possible PIN character sets.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Alphanumeric
      PIN can be composed of digits and letters.
      static long Numeric
      PIN is only composed of digits.
      static long UpperAlphanumeric
      PIN can be composed of digits and uppercase letters.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Numeric

        public static final long Numeric
        PIN is only composed of digits.
        See Also:
        Constant Field Values
      • Alphanumeric

        public static final long Alphanumeric
        PIN can be composed of digits and letters.
        See Also:
        Constant Field Values
      • UpperAlphanumeric

        public static final long UpperAlphanumeric
        PIN can be composed of digits and uppercase letters.
        See Also:
        Constant Field Values