Package | Description |
---|---|
com.itextpdf.license | |
com.itextpdf.licensekey | |
com.itextpdf.licensekey.util | |
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 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 |
---|---|
static void |
InfoExtraction.checkLicenseInfoString(String expectedString,
String loadedString) |
Modifier and Type | Method and Description |
---|---|
void |
LicenseKey5Validator.checkLicense(LicenseKeyProduct product) |
void |
LicenseKey7Validator.checkLicense(LicenseKeyProduct product) |
void |
NoOpValidator.checkLicense(LicenseKeyProduct product) |
void |
ILicenseKeyValidator.checkLicense(LicenseKeyProduct product) |
String[] |
ILicenseKeyValidator.getLicenseeInfo() |
void |
NoOpValidator.LoadLicense(Element licenseKeyRoot) |
void |
ILicenseKeyValidator.LoadLicense(Element licenseKeyRoot)
Load and Validate the license file represented by passed DOM tree.
|
Copyright © 2018. All rights reserved.