Package de.xima.fc.license
Class HardwareId
java.lang.Object
de.xima.fc.license.HardwareId
Class to determine and check the hardware-id
- Author:
- XIMA MEDIA GmbH, Dresden
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
checkHardwareId
(String[] hardwareIds) Checks the hardware-id against the current onestatic String
-
Constructor Details
-
HardwareId
public HardwareId()
-
-
Method Details
-
getCurrentHardwareId
- Returns:
- the hardware-id of the current system
-
checkHardwareId
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
-