Generated by
JDiff

Interface org.globalplatform.CVM

Changed Methods
boolean blockState() Changed from non-abstract to abstract. Sets the CVM state to BLOCKED.
byte getTriesRemaining() Changed from non-abstract to abstract. Gets the CVM try counter, that is, the number of unsuccessful comparisons of the CVM value that may be performed before this CVM instance gets blocked.
boolean isActive() Changed from non-abstract to abstract. Indicates whether this CVM instance is active, that is, whether it has been fully initialized (i.e.
boolean isBlocked() Changed from non-abstract to abstract. Indicates whether this CVM instance is blocked, that is, whether the CVM state is BLOCKED.
boolean isSubmitted() Changed from non-abstract to abstract. Indicates whether an attempt has been made to compare the CVM value, that is, whether the CVM state is INVALID_SUBMISSION or VALIDATED.
boolean isVerified() Changed from non-abstract to abstract. Indicates whether a successful comparison of the CVM value has occurred, that is, whether the CVM state is VALIDATED.
boolean resetAndUnblockState() Changed from non-abstract to abstract. Resets the CVM state to ACTIVE, even if it is currently BLOCKED.
boolean resetState() Changed from non-abstract to abstract. Resets the CVM state to ACTIVE.
boolean setTryLimit(byte) Changed from non-abstract to abstract. Sets the CVM try limit, that is, the maximum value of the CVM try counter.
boolean update(byte[], short, byte, byte) Changed from non-abstract to abstract. Updates the CVM value.
short verify(byte[], short, byte, byte) Changed from non-abstract to abstract. Compares a value with the stored CVM value.