- DECODE - Static variable in class com.itextpdf.licensekey.Base64
-
Specify decoding.
- decode(byte[], int, int, int) - Static method in class com.itextpdf.licensekey.Base64
-
Very low-level access to decoding ASCII characters in
the form of a byte array.
- decode(String) - Static method in class com.itextpdf.licensekey.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decode(String, int) - Static method in class com.itextpdf.licensekey.Base64
-
Decodes data from Base64 notation, automatically
detecting gzip-compressed data and decompressing it.
- decodeFileToFile(String, String) - Static method in class com.itextpdf.licensekey.Base64
-
Reads infile and decodes it to outfile.
- decodeFromFile(String) - Static method in class com.itextpdf.licensekey.Base64
-
Convenience method for reading a base64-encoded
file and decoding it.
- decodeToFile(String, String) - Static method in class com.itextpdf.licensekey.Base64
-
Convenience method for decoding data to a file.
- decodeToObject(String) - Static method in class com.itextpdf.licensekey.Base64
-
Attempts to decode Base64 data and deserialize a Java
Object within.
- DEFAULT_5_VERSION - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
Default iText5 version string to pass in case the version field is missing
- DEFAULT_7_VERSION - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
Default iText7 version string to pass in case the version field is missing
- DEFAULT_PLATFORM - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
Default name for java platform
- DEFAULT_VALIDATOR - Static variable in class com.itextpdf.licensekey.LicenseKey
-
- DONT_BREAK_LINES - Static variable in class com.itextpdf.licensekey.Base64
-
Don't break lines when encoding (violates strict Base64 specification)
- getComment() - Method in class com.itextpdf.licensekey.LicenseKeyLicensee
-
Getter for the comment.
- getCompany() - Method in class com.itextpdf.licensekey.LicenseKeyLicensee
-
Getter for the company.
- getDeploymentType() - Method in class com.itextpdf.licensekey.LicenseKeyLicensee
-
Getter for the deployment type.
- getDeploymentType() - Method in class com.itextpdf.licensekey.LicenseKeyProduct
-
Getter for the deployment method.
- getEmail() - Method in class com.itextpdf.licensekey.LicenseKeyLicensee
-
Getter for the email.
- getExpire() - Method in class com.itextpdf.licensekey.LicenseKeyLicensee
-
Getter for the expiration date
- getExpire() - Method in class com.itextpdf.licensekey.LicenseKeyProduct
-
Getter for the expiration date
- getFeatureName() - Method in class com.itextpdf.licensekey.LicenseKeyProductFeature
-
Getter for the feature name.
- getFeatureVersion() - Method in class com.itextpdf.licensekey.LicenseKeyProductFeature
-
Getter for the feature version number
- getIntegerProductAttribute(Element, String) - Static method in class com.itextpdf.licensekey.util.InfoExtraction
-
- getIntegerProductAttribute(Element, String, boolean) - Static method in class com.itextpdf.licensekey.util.InfoExtraction
-
- getKey() - Method in class com.itextpdf.licensekey.LicenseKeyLicensee
-
Getter for the license key.
- getLicenseeInfo() - Static method in class com.itextpdf.licensekey.LicenseKey
-
Returns information about the Licensee.
- getLicenseeInfo() - Method in interface com.itextpdf.licensekey.validators.ILicenseKeyValidator
-
- getLicenseeInfo() - Method in class com.itextpdf.licensekey.validators.LicenseKey5Validator
-
- getLicenseeInfo() - Method in class com.itextpdf.licensekey.validators.LicenseKey7Validator
-
- getLicenseeInfo() - Method in class com.itextpdf.licensekey.validators.NoOpValidator
-
- getLicenseeInfoForVersion(String) - Static method in class com.itextpdf.licensekey.LicenseKey
-
Returns information about the Licensee.
- getLicenseElementTagValue(Element, String) - Static method in class com.itextpdf.licensekey.util.InfoExtraction
-
- getLicenseElementTagValue(Element, String, boolean) - Static method in class com.itextpdf.licensekey.util.InfoExtraction
-
- getLicenseeSignatureString5(LicenseKeyLicensee) - Static method in class com.itextpdf.licensekey.util.InfoExtraction
-
Returns the string that will be used for the licensee signature.
- getLicenseeSignatureString5(String, String, String, String, String, String) - Static method in class com.itextpdf.licensekey.util.InfoExtraction
-
Returns the string that will be used for the licensee signature.
- getLicenseeSignatureString7(LicenseKeyLicensee) - Static method in class com.itextpdf.licensekey.util.InfoExtraction
-
Returns the string that will be used for the licensee signature.
- getLicenseeSignatureString7(String, String, String, String, String, String, String, String) - Static method in class com.itextpdf.licensekey.util.InfoExtraction
-
Returns the string that will be used for the licensee signature.
- getMajorVersion() - Method in class com.itextpdf.licensekey.LicenseKeyProduct
-
Getter for the major version
- getMinorVersion() - Method in class com.itextpdf.licensekey.LicenseKeyProduct
-
Getter for the minor version
- getName() - Method in class com.itextpdf.licensekey.LicenseKeyLicensee
-
Getter for the name.
- getPlatform() - Method in class com.itextpdf.licensekey.LicenseKeyProduct
-
Getter for the platform
- getProducerLine() - Method in class com.itextpdf.licensekey.LicenseKeyLicensee
-
Getter for the producer line.
- getProductAttribute(Element, String) - Static method in class com.itextpdf.licensekey.util.InfoExtraction
-
- getProductAttribute(Element, String, boolean) - Static method in class com.itextpdf.licensekey.util.InfoExtraction
-
- getProductFeatures() - Method in class com.itextpdf.licensekey.LicenseKeyProduct
-
Getter for the product features
- getProductName() - Method in class com.itextpdf.licensekey.LicenseKeyProduct
-
Getter for the product name
- getProductSignatureString5(LicenseKeyProduct, LicenseKeyLicensee) - Static method in class com.itextpdf.licensekey.util.InfoExtraction
-
Returns the string that will be used for the product signature.
- getProductSignatureString5(String, String, String, String, String, String, String[], String) - Static method in class com.itextpdf.licensekey.util.InfoExtraction
-
Returns the string that will be used for the product signature.
- getProductSignatureString7(LicenseKeyProduct, LicenseKeyLicensee) - Static method in class com.itextpdf.licensekey.util.InfoExtraction
-
Returns the string that will be used for the product signature.
- getProductSignatureString7(String, String, String, String, String, String, String[], String, String) - Static method in class com.itextpdf.licensekey.util.InfoExtraction
-
Returns the string that will be used for the product signature.
- getResourceStream(String) - Static method in class com.itextpdf.licensekey.LicenseKey
-
Tries to get a resource as stream using different strategies.
- getStart() - Method in class com.itextpdf.licensekey.LicenseKeyLicensee
-
Getter for the start date.
- getType() - Method in class com.itextpdf.licensekey.LicenseKeyLicensee
-
Getter for the type.
- getType() - Method in class com.itextpdf.licensekey.LicenseKeyProduct
-
Getter for the use
- getVersion() - Method in class com.itextpdf.licensekey.LicenseKeyLicensee
-
Getter for the version.
- GZIP - Static variable in class com.itextpdf.licensekey.Base64
-
Specify that data should be gzip-compressed.
- LICENSE_DATE - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
License file attribute name
- LICENSE_ELEMENT_NAME - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
License file tag name
- LICENSE_ISSUER - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
License file attribute name
- LICENSE_LIB_VERSION - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
License file attribute name
- LICENSEE_COMMENT - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
License file tag name
- LICENSEE_COMPANY - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
License file tag name
- LICENSEE_ELEMENT_NAME - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
License file tag name
- LICENSEE_EMAIL - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
License file tag name
- LICENSEE_EXPIRE - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
License file attribute name
- LICENSEE_KEY - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
License file tag name
- LICENSEE_NAME - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
License file tag name
- LICENSEE_PRODUCER_LINE - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
License file tag name
- LICENSEE_SIGNATURE - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
License file tag name
- LICENSEE_SUBTYPE - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
License file tag name
- LICENSEE_TYPE - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
License file tag name
- LICENSEE_VERSION - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
-
License file tag name
- licenseExpiredMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
-
- LicenseKey - Class in com.itextpdf.license
-
Deprecated.
- LicenseKey() - Constructor for class com.itextpdf.license.LicenseKey
-
Deprecated.
- LicenseKey - Class in com.itextpdf.licensekey
-
- LicenseKey() - Constructor for class com.itextpdf.licensekey.LicenseKey
-
- LicenseKey5Validator - Class in com.itextpdf.licensekey.validators
-
Class for checking the validity of iText5 licenses
- LicenseKey5Validator(PublicKey) - Constructor for class com.itextpdf.licensekey.validators.LicenseKey5Validator
-
- LicenseKey7Validator - Class in com.itextpdf.licensekey.validators
-
Implementation of the ILicenseKeyValidator interface for validating iText7 Licenses
- LicenseKey7Validator(PublicKey) - Constructor for class com.itextpdf.licensekey.validators.LicenseKey7Validator
-
- LicenseKeyException - Exception in com.itextpdf.license
-
Deprecated.
- LicenseKeyException(String) - Constructor for exception com.itextpdf.license.LicenseKeyException
-
Deprecated.
Creates a new instance of LicenseKeyException message.
- LicenseKeyException - Exception in com.itextpdf.licensekey
-
Exception class for exceptions in licensekey module.
- LicenseKeyException(String) - Constructor for exception com.itextpdf.licensekey.LicenseKeyException
-
Creates a new instance of LicenseKeyException message.
- LicenseKeyLicensee - Class in com.itextpdf.license
-
Deprecated.
- LicenseKeyLicensee(String, String, String, Date, Date) - Constructor for class com.itextpdf.license.LicenseKeyLicensee
-
Deprecated.
- LicenseKeyLicensee(String, String, String, Date, Date, String, String) - Constructor for class com.itextpdf.license.LicenseKeyLicensee
-
Deprecated.
- LicenseKeyLicensee(String, String, String, Date, Date, String, String, String) - Constructor for class com.itextpdf.license.LicenseKeyLicensee
-
Deprecated.
- LicenseKeyLicensee(String, String, String, Date, Date, String, String, String, String, String, String) - Constructor for class com.itextpdf.license.LicenseKeyLicensee
-
Deprecated.
- LicenseKeyLicensee - Class in com.itextpdf.licensekey
-
- LicenseKeyLicensee(String, String, String, Date, Date) - Constructor for class com.itextpdf.licensekey.LicenseKeyLicensee
-
Creates a Licensee object without a key (trial license).
- LicenseKeyLicensee(String, String, String, Date, Date, String, String) - Constructor for class com.itextpdf.licensekey.LicenseKeyLicensee
-
Creates a Licensee object with a key and a default producer line.
- LicenseKeyLicensee(String, String, String, Date, Date, String, String, String) - Constructor for class com.itextpdf.licensekey.LicenseKeyLicensee
-
Creates a Licensee object with a key and a custom producer line.
- LicenseKeyLicensee(String, String, String, Date, Date, String, String, String, String, String, String) - Constructor for class com.itextpdf.licensekey.LicenseKeyLicensee
-
Creates a Licensee object with a key, a custom producer line and a comment.
- LicenseKeyProduct - Class in com.itextpdf.license
-
Deprecated.
- LicenseKeyProduct(String, int, int, String, String, Date, String, LicenseKeyProductFeature[]) - Constructor for class com.itextpdf.license.LicenseKeyProduct
-
Deprecated.
- LicenseKeyProduct(String, int, String, String, Date, String, LicenseKeyProductFeature[]) - Constructor for class com.itextpdf.license.LicenseKeyProduct
-
Deprecated.
- LicenseKeyProduct(String, int, int, LicenseKeyProductFeature[]) - Constructor for class com.itextpdf.license.LicenseKeyProduct
-
Deprecated.
- LicenseKeyProduct(String, int, int, String, LicenseKeyProductFeature[]) - Constructor for class com.itextpdf.license.LicenseKeyProduct
-
Deprecated.
- LicenseKeyProduct(String, int, LicenseKeyProductFeature[]) - Constructor for class com.itextpdf.license.LicenseKeyProduct
-
Deprecated.
- LicenseKeyProduct - Class in com.itextpdf.licensekey
-
- LicenseKeyProduct(String, int, int, String, String, Date, String, LicenseKeyProductFeature[]) - Constructor for class com.itextpdf.licensekey.LicenseKeyProduct
-
Creates a LicenseKeyProduct Pojo
- LicenseKeyProduct(String, int, String, String, Date, String, LicenseKeyProductFeature[]) - Constructor for class com.itextpdf.licensekey.LicenseKeyProduct
-
Creates a LicenseKeyProduct Pojo
- LicenseKeyProduct(String, int, int, LicenseKeyProductFeature[]) - Constructor for class com.itextpdf.licensekey.LicenseKeyProduct
-
Creates a LicenseKeyProduct Pojo without an expiration date to be used in products that require a license.
- LicenseKeyProduct(String, int, int, String, LicenseKeyProductFeature[]) - Constructor for class com.itextpdf.licensekey.LicenseKeyProduct
-
Creates a LicenseKeyProduct Pojo without an expiration date to be used in products that require a license.
- LicenseKeyProduct(String, int, LicenseKeyProductFeature[]) - Constructor for class com.itextpdf.licensekey.LicenseKeyProduct
-
Creates a LicenseKeyProduct Pojo without an expiration date to be used in products that require a license.
- LicenseKeyProductFeature - Class in com.itextpdf.license
-
Deprecated.
- LicenseKeyProductFeature(String, int) - Constructor for class com.itextpdf.license.LicenseKeyProductFeature
-
Deprecated.
Creates a product feature Pojo
- LicenseKeyProductFeature - Class in com.itextpdf.licensekey
-
- LicenseKeyProductFeature(String, int) - Constructor for class com.itextpdf.licensekey.LicenseKeyProductFeature
-
Creates a product feature Pojo
- LicenseKeyTags - Class in com.itextpdf.licensekey
-
- LicenseKeyTags() - Constructor for class com.itextpdf.licensekey.LicenseKeyTags
-
- licenseNotLoadedMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
-
- licenseProductNotLoadedMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
-
- loadingLicenseIsExpiredMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
-
- LoadLicense(Element) - Method in interface com.itextpdf.licensekey.validators.ILicenseKeyValidator
-
Load and Validate the license file represented by passed DOM tree.
- LoadLicense(Element) - Method in class com.itextpdf.licensekey.validators.LicenseKey5Validator
-
- LoadLicense(Element) - Method in class com.itextpdf.licensekey.validators.LicenseKey7Validator
-
- LoadLicense(Element) - Method in class com.itextpdf.licensekey.validators.NoOpValidator
-
- loadLicenseFile(InputStream) - Static method in class com.itextpdf.licensekey.LicenseKey
-
Loads a license file using an InputStream.
- loadLicenseFile(InputStream[]) - Static method in class com.itextpdf.licensekey.LicenseKey
-
Loads a license files using InputStreams.
- loadLicenseFile(String) - Static method in class com.itextpdf.licensekey.LicenseKey
-
Loads a license file from a path.
- loadLicenseFile(String[]) - Static method in class com.itextpdf.licensekey.LicenseKey
-
Loads license files.
- LogMessageConstant - Class in com.itextpdf.licensekey
-