com.ibm.opencard.access
Class MFCAccessInformation
java.lang.Object
|
+--com.ibm.opencard.service.AccessInformation
|
+--com.ibm.opencard.access.MFCAccessInformation
- public class MFCAccessInformation
- extends AccessInformation
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
CMD_CLS_UPDATE
public static final int CMD_CLS_UPDATE
- Symbolic constant for command class UPDATE.
CMD_CLS_READ
public static final int CMD_CLS_READ
- Symbolic constant for command class READ.
CMD_CLS_CREATE
public static final int CMD_CLS_CREATE
- Symbolic constant for command class CREATE.
CMD_CLS_USE_KEY
public static final int CMD_CLS_USE_KEY
- Symbolic constant for command class USE KEY
CMD_CLS_DELETE
public static final int CMD_CLS_DELETE
- Symbolic constant for command class DELETE.
CMD_CLS_IMPORT_KEY
public static final int CMD_CLS_IMPORT_KEY
- Symbolic constant for command class IMPORT KEY
CMD_CLS_INVALIDATE
public static final int CMD_CLS_INVALIDATE
- Symbolic constant for command class INVALIDATE.
CMD_CLS_REHABILITATE
public static final int CMD_CLS_REHABILITATE
- Symbolic constant for command class REHABILITATE.
NO_OF_COMMAND_CLASSES
protected static final int NO_OF_COMMAND_CLASSES
- Symbolic constant for the number of command classes.
If new cards with more command classes have to be supported,
remove the static attribute and the initializer.
Initialize in the constructors, and add a constructor with
an argument that specifies the number of command classes.
access_parser
protected MFCLazyAccessParser access_parser
- The parser that decodes the encoded access conditions.
- See Also:
AccessInformation.encoded_conditions
parseAccessConditions
protected AccessConditions parseAccessConditions(byte[] encoded,
int offset,
int cmdclass)
- Overrides:
- parseAccessConditions in class AccessInformation
|