eRFID_Password_Type
This page covers the description of the eRFID_Password_Type enumeration
eRFID_Password_Type
enumeration contains a set of constants that define the type of key to access the protected data.
const eRFID_Password_Type = {
PPT_UNKNOWN: 0,
PPT_MRZ: 1,
PPT_CAN: 2,
PPT_PIN: 3,
PPT_PUK: 4,
PPT_PIN_ESIGN: 5,
PPT_SAI: 6,
}
Constant
Description
PPT_UNKNOWN
unknown type
PPT_MRZ
MRZ
PPT_CAN
CAN
PPT_PIN
PIN
PPT_PUK
PUK
PPT_PIN_ESIGN
eSign-PIN
PPT_SAI
Scanning Area Identifier (for eDL application)
Last updated
Was this helpful?