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 intCANstatic final intMRZstatic final intMRZHashstatic final intPINstatic final inteSign-PINstatic final intPUKstatic final intScanning Area Identifier (for eDL application)static final intUnknown 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:
-
PPT_MRZ_HASH
public static final int PPT_MRZ_HASHMRZHash- See Also:
-
-
Constructor Details
-
eRFID_Password_Type
public eRFID_Password_Type()
-