com.intel.security.dalinterface
Class DalVersion
- java.lang.Object
-
- com.intel.security.dalinterface.DalVersion
-
public final class DalVersion extends java.lang.Object
DAL Version Info container
-
-
Field Summary
Fields Modifier and Type Field and Description static int
COMM_TYPE_HECI
static int
COMM_TYPE_SOCKETS
static int
PLATFORM_ID_CSE
static int
PLATFORM_ID_ME
static int
PLATFORM_ID_SEC
-
Method Summary
Methods Modifier and Type Method and Description int
getCommType()
Retrieves communication type: 0 - COMM_TYPE_SOCKETS (VP) 1 - COMM_TYPE_HECIjava.lang.String
getFwVersion()
Retrieves FW versionjava.lang.String
getJhiVersion()
Retrieves native SW JHI versionint
getPlatformId()
Retrieves platform type: 0 - PLATFORM_ID_ME 1 - PLATFORM_ID_SEC 2 - PLATFORM_ID_CSE
-
-
-
Field Detail
-
COMM_TYPE_SOCKETS
public static final int COMM_TYPE_SOCKETS
- See Also:
- Constant Field Values
-
COMM_TYPE_HECI
public static final int COMM_TYPE_HECI
- See Also:
- Constant Field Values
-
PLATFORM_ID_ME
public static final int PLATFORM_ID_ME
- See Also:
- Constant Field Values
-
PLATFORM_ID_SEC
public static final int PLATFORM_ID_SEC
- See Also:
- Constant Field Values
-
PLATFORM_ID_CSE
public static final int PLATFORM_ID_CSE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getJhiVersion
public final java.lang.String getJhiVersion()
Retrieves native SW JHI version- Returns:
- String, containing SW version
-
getFwVersion
public final java.lang.String getFwVersion()
Retrieves FW version- Returns:
- String, containing FW version
-
getCommType
public final int getCommType()
Retrieves communication type: 0 - COMM_TYPE_SOCKETS (VP) 1 - COMM_TYPE_HECI- Returns:
- communication type
-
getPlatformId
public final int getPlatformId()
Retrieves platform type: 0 - PLATFORM_ID_ME 1 - PLATFORM_ID_SEC 2 - PLATFORM_ID_CSE- Returns:
- platform type
-
-