Uses of Class
main.LicenseKey

Packages that use LicenseKey
main   
 

Uses of LicenseKey in main
 

Methods in main that return LicenseKey
 LicenseKey LicenseChecker.readKeyFile()
          Reads information from a license key file.
 

Methods in main with parameters of type LicenseKey
 boolean LicenseChecker.checkHostid(LicenseKey key)
          Checks whether the MAC address of this machine matches the MAC adress in the license file.
 boolean LicenseChecker.checkUsername(LicenseKey key)
          Checks, whether the current username matches one of the usernames stored in the license key.
 boolean LicenseChecker.createKeyFile(LicenseKey key)
          Creates a new license key file after the user confirmed that he agrees to the license.