Class eRFID_Password_Type
java.lang.Object
com.regula.documentreader.api.enums.eRFID_Password_Type
Enumeration contains a set of constants that define the type of key to access the protected data
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
CANstatic final int
MRZstatic final int
PINstatic final int
eSign-PINstatic final int
PUKstatic final int
Scanning Area Identifier (for eDL application)static final int
Unknown type; -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PPT_UNKNOWN
public static final int PPT_UNKNOWNUnknown type;- See Also:
-
PPT_MRZ
public static final int PPT_MRZMRZ- See Also:
-
PPT_CAN
public static final int PPT_CANCAN- See Also:
-
PPT_PIN
public static final int PPT_PINPIN- See Also:
-
PPT_PUK
public static final int PPT_PUKPUK- See Also:
-
PPT_PIN_ESIGN
public static final int PPT_PIN_ESIGNeSign-PIN- See Also:
-
PPT_SAI
public static final int PPT_SAIScanning Area Identifier (for eDL application)- See Also:
-
-
Constructor Details
-
eRFID_Password_Type
public eRFID_Password_Type()
-