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 boolean
checkHardwareId(String[] hardwareIds)
Checks the hardware-id against the current onestatic String
getCurrentHardwareId()
-
-
-
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:
true
if the hardware-id is valid,false
otherwise
-
-