Class eRFID_Password_Type
- java.lang.Object
-
- com.regula.documentreader.api.enums.eRFID_Password_Type
-
public class eRFID_Password_Type extends java.lang.Object
Enumeration contains a set of constants that define the type of key to access the protected data
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
eRFID_Password_Type.PasswordTypeValues
-
Field Summary
Fields Modifier and Type Field Description static int
PPT_CAN
CANstatic int
PPT_MRZ
MRZstatic int
PPT_PIN
PINstatic int
PPT_PIN_ESIGN
eSign-PINstatic int
PPT_PUK
PUKstatic int
PPT_SAI
Scanning Area Identifier (for eDL application)static int
PPT_UNKNOWN
Unknown type;
-
Constructor Summary
Constructors Constructor Description eRFID_Password_Type()
-
-
-
Field Detail
-
PPT_UNKNOWN
public static final int PPT_UNKNOWN
Unknown type;- See Also:
- Constant Field Values
-
PPT_MRZ
public static final int PPT_MRZ
MRZ- See Also:
- Constant Field Values
-
PPT_CAN
public static final int PPT_CAN
CAN- See Also:
- Constant Field Values
-
PPT_PIN
public static final int PPT_PIN
PIN- See Also:
- Constant Field Values
-
PPT_PUK
public static final int PPT_PUK
PUK- See Also:
- Constant Field Values
-
PPT_PIN_ESIGN
public static final int PPT_PIN_ESIGN
eSign-PIN- See Also:
- Constant Field Values
-
PPT_SAI
public static final int PPT_SAI
Scanning Area Identifier (for eDL application)- See Also:
- Constant Field Values
-
-