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.

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;
}

Last updated