Package apple.cryptotokenkit.enums
Class TKSmartCardPINCharset
- java.lang.Object
-
- apple.cryptotokenkit.enums.TKSmartCardPINCharset
-
public final class TKSmartCardPINCharset extends java.lang.ObjectEnumerates all possible PIN character sets.
-
-
Field Summary
Fields Modifier and Type Field Description static longAlphanumericPIN can be composed of digits and letters.static longNumericPIN is only composed of digits.static longUpperAlphanumericPIN can be composed of digits and uppercase letters.
-
-
-
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
-
-