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 Details

    • HardwareId

      public HardwareId()
  • Method Details

    • 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