com.intel.util
Class PlatformInfo.Version
This class is supported only on Intel Bay Trail (SEC1.x) platforms.- java.lang.Object
-
- com.intel.util.PlatformInfo.Version
-
- Enclosing class:
- PlatformInfo
public static class PlatformInfo.Version extends java.lang.Object
This class is supported only on Intel Bay Trail (SEC1.x) platforms.
-
-
Method Detail
-
major
public int major()
Returns the major version of the security engine- Returns:
- The major version of the security engine
-
minor
public int minor()
Returns the minor version of the security engine- Returns:
- The minor version of the security engine
-
hotfix
public int hotfix()
Returns the hotfix version of the security engine- Returns:
- The hotfix version of the security engine
-
-