Package apple.cryptotokenkit.enums
Class TKSmartCardPINConfirmation
- java.lang.Object
-
- apple.cryptotokenkit.enums.TKSmartCardPINConfirmation
-
public final class TKSmartCardPINConfirmation extends java.lang.ObjectBitmask specifying whether PIN confirmation should be requested.
-
-
Field Detail
-
None
public static final long None
No confirmation requested.- See Also:
- Constant Field Values
-
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
-
-