Field Summary |
|
final static int | ALLOW Flag that indicates that MIDlet suite have full access. |
final static int | CHECK Flag that indicates that the object contains permissions. |
final public static int | CMD_CHANGE PIN operation constant. |
final public static int | CMD_COUNT The number of supported PIN commands. |
final public static int | CMD_DISABLE PIN operation constant. |
final public static int | CMD_ENABLE PIN operation constant. |
final public static int | CMD_UNBLOCK PIN operation constant. |
final public static int | CMD_VERIFY PIN operation constant. |
final static int | DISALLOW Flag that indicates that MIDlet suite have not access. |
protected PINAttributes | attr1 Attributes of the first PIN to be entered. |
protected PINAttributes | attr2 Attributes of the second PIN or null. |
protected ACFile | parent Parent ACSlot object, contains PIN attributes. |
Vector | permissions The list of permissions. |
int | type Verifier type. |