Package com.intel.util
This package provides an interface to Intel(r) proprietary services available for applets usage.
See: Description
-
Class Summary Class Description Calendar This abstract class provides methods that applications can use to create their own notion of time.DebugPrint This class uses the ME Debug Event Service (MDES) mechanism to send debug messages over various interfaces such as the network, HECI, and more.FlashStorage This class exposes flash storage access APIs for the applets.IntelApplet This is the base class that must be inherited by all applets.MTC This class provides an interface for applets to access the Monotonic Counters feature.PlatformId This class represents the IDs configured on this platform during the manufacturing process.TimeZone This class represents a time zone and provides a method to calculate the time zone offset from GMT. -
Exception Summary Exception Description AccessDeniedException Represents an exception thrown when an application does not have permission to perform the requested operation.FileNotFoundException Represents an IO exception thrown when trying to perform flash operations on a non-existent fileFlashWearoutException Represents an IO exception thrown when the the flash wearout mechanism blocked the flash write or erase operation.IllegalParameterException Represents an exception thrown when one or more of the input parameters passed to a method are invalid.IllegalUseException Represents an exception thrown when an operation requested by the user is not supported, or the flow of several operations created by the user is illegal.IOException Represents a general IO exception.NotInitializedException Represents an exception thrown when the object being used was not initialized properly.UtilException Represents a general utilities exception.
Package com.intel.util Description
This package provides an interface to Intel(r) proprietary services available for applets usage.
This package contains the following key classes and interfaces:
-
Calendar
class - provides time configuration services to applets. -
MTC
class - provides the Monotonic Counters services to applets. -
DebugPrint
class - provides debug prints services to applets. -
FlashStorage
class - provides flash access services to applets.