Package apple.cryptotokenkit.enums
Class TKSmartCardPINCompletion
- java.lang.Object
-
- apple.cryptotokenkit.enums.TKSmartCardPINCompletion
-
public final class TKSmartCardPINCompletion extends java.lang.ObjectBitmask specifying condition(s) under which PIN entry should be considered complete.
-
-
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
-
-