public interface ILicenseKeyValidator
Modifier and Type | Method and Description |
---|---|
void |
checkLicense(LicenseKeyProduct product) |
String[] |
getLicenseeInfo() |
void |
loadLicense(Element licenseKeyRoot)
Load and Validate the license file represented by passed DOM tree.
|
void |
unloadLicense() |
void loadLicense(Element licenseKeyRoot) throws LicenseKeyException
licenseKeyRoot
- root node of the license key file representationLicenseKeyException
void checkLicense(LicenseKeyProduct product) throws LicenseKeyException
LicenseKeyException
void unloadLicense()
String[] getLicenseeInfo() throws LicenseKeyException
LicenseKeyException
Copyright © 2018. All rights reserved.