public class LicenseKey5Validator extends AbstractLicenseKeyValidator
ILicenseKeyValidator for iText5 licensesdateWorker| Constructor and Description |
|---|
LicenseKey5Validator(CertificateWorker certificateWorker) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
afterValidLicenseLoaded(LicenseKeyLicensee licenseKeyLicensee,
Collection<? extends LicenseKeyProduct> licenseKeyProducts) |
protected void |
beforeValidLicenseLoaded() |
protected void |
checkProductCompatibility(LicenseKeyProduct product,
LicenseKeyLicensee licensee) |
protected void |
compareLicenseeInfo(LicenseKeyLicensee loadingLicensee,
LicenseKeyLicensee loadedLicensee) |
protected LicenseKeyLicensee |
extractLicensee(Element licenseeElement) |
protected String |
formLicenseeSignatureString(LicenseKeyLicensee licensee) |
protected String |
formProductSignature(LicenseKeyProduct product,
LicenseKeyLicensee licensee) |
protected String[] |
getLicenseeInfo(LicenseKeyLicensee loadedLicensee,
boolean validLicenseeWasLoaded,
boolean loadedLicenseExpired) |
protected String[] |
getProductInfo(LicenseKeyProduct product) |
checkLicense, compareLicenseInfoEntry, getLicenseeInfo, getProductInfo, getProducts, loadLicense, unloadLicensepublic LicenseKey5Validator(CertificateWorker certificateWorker)
protected LicenseKeyLicensee extractLicensee(Element licenseeElement)
extractLicensee in class AbstractLicenseKeyValidatorprotected String[] getLicenseeInfo(LicenseKeyLicensee loadedLicensee, boolean validLicenseeWasLoaded, boolean loadedLicenseExpired)
getLicenseeInfo in class AbstractLicenseKeyValidatorprotected void compareLicenseeInfo(LicenseKeyLicensee loadingLicensee, LicenseKeyLicensee loadedLicensee)
compareLicenseeInfo in class AbstractLicenseKeyValidatorprotected String[] getProductInfo(LicenseKeyProduct product)
getProductInfo in class AbstractLicenseKeyValidatorprotected String formLicenseeSignatureString(LicenseKeyLicensee licensee)
formLicenseeSignatureString in class AbstractLicenseKeyValidatorprotected String formProductSignature(LicenseKeyProduct product, LicenseKeyLicensee licensee)
formProductSignature in class AbstractLicenseKeyValidatorprotected void beforeValidLicenseLoaded()
beforeValidLicenseLoaded in class AbstractLicenseKeyValidatorprotected void afterValidLicenseLoaded(LicenseKeyLicensee licenseKeyLicensee, Collection<? extends LicenseKeyProduct> licenseKeyProducts)
afterValidLicenseLoaded in class AbstractLicenseKeyValidatorprotected void checkProductCompatibility(LicenseKeyProduct product, LicenseKeyLicensee licensee)
checkProductCompatibility in class AbstractLicenseKeyValidatorCopyright © 2020. All rights reserved.