Package | Description |
---|---|
com.itextpdf.license | |
com.itextpdf.licensekey | |
com.itextpdf.licensekey.validators |
Modifier and Type | Class and Description |
---|---|
class |
LicenseKeyException
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String[] |
LicenseKey.getLicenseeInfo()
Returns information about the Licensee.
|
static String[] |
LicenseKey.getLicenseeInfoForVersion(String version)
Returns information about the Licensee.
|
static String[] |
LicenseKey.getProductInfoForVersion(String version,
String product) |
static String[] |
LicenseKey.getProductsForVersion(String version) |
static void |
LicenseKey.loadLicenseFile(InputStream licenseIs)
Loads a license file using an InputStream.
|
static void |
LicenseKey.loadLicenseFile(InputStream[] licenseIs)
Loads a license files using InputStreams.
|
static void |
LicenseKey.loadLicenseFile(String pathToLicFile)
Loads a license file from a path.
|
static void |
LicenseKey.loadLicenseFile(String[] files)
Loads license files.
|
Modifier and Type | Method and Description |
---|---|
void |
NoOpValidator.checkLicense(LicenseKeyProduct product) |
void |
LicenseKey7Validator.checkLicense(LicenseKeyProduct product) |
void |
ILicenseKeyValidator.checkLicense(LicenseKeyProduct product) |
void |
AbstractLicenseKeyValidator.checkLicense(LicenseKeyProduct product) |
String[] |
ILicenseKeyValidator.getLicenseeInfo() |
String[] |
AbstractLicenseKeyValidator.getLicenseeInfo() |
String[] |
NoOpValidator.getProductInfo(String product) |
String[] |
ILicenseKeyValidator.getProductInfo(String product) |
String[] |
AbstractLicenseKeyValidator.getProductInfo(String product) |
String[] |
NoOpValidator.getProducts() |
String[] |
ILicenseKeyValidator.getProducts() |
String[] |
AbstractLicenseKeyValidator.getProducts() |
void |
NoOpValidator.loadLicense(Element licenseKeyRoot) |
void |
ILicenseKeyValidator.loadLicense(Element licenseKeyRoot)
Load and Validate the license file represented by passed DOM tree.
|
void |
AbstractLicenseKeyValidator.loadLicense(Element licenseKeyRoot) |
Copyright © 2018. All rights reserved.