Package de.xima.fc.license
Class HardwareId
- java.lang.Object
-
- de.xima.fc.license.HardwareId
-
public class HardwareId extends Object
Class to determine and check the hardware-id- Author:
- XIMA MEDIA GmbH, Dresden
-
-
Constructor Summary
Constructors Constructor Description HardwareId()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancheckHardwareId(String[] hardwareIds)Checks the hardware-id against the current onestatic StringgetCurrentHardwareId()
-
-
-
Method Detail
-
getCurrentHardwareId
public static String getCurrentHardwareId()
- Returns:
- the hardware-id of the current system
-
checkHardwareId
public static boolean checkHardwareId(String[] hardwareIds)
Checks the hardware-id against the current one- Parameters:
hardwareIds- the hardware-id to check- Returns:
trueif the hardware-id is valid,falseotherwise
-
-