eRFID_Password_Type
eRFID_Password_Type
enumeration contains a set of constants that define the type of key to access the protected data.
public class eRFID_Password_Type {
public static final int PPT_UNKNOWN = 0;
public static final int PPT_MRZ = 1;
public static final int PPT_CAN = 2;
public static final int PPT_PIN = 3;
public static final int PPT_PUK = 4;
public static final int PPT_PIN_ESIGN = 5;
public static final int 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) |