Skip navigation links
A B C D E F G I L M N O P R S U V W X 

A

AbstractLicenseKeyValidator - Class in com.itextpdf.licensekey.validators
Abstract validator class that implements common validation logic shared between itext5 and itext7 validators
AbstractLicenseKeyValidator(CertificateWorker) - Constructor for class com.itextpdf.licensekey.validators.AbstractLicenseKeyValidator
 
afterValidLicenseLoaded(LicenseKeyLicensee) - Method in class com.itextpdf.licensekey.validators.AbstractLicenseKeyValidator
 
afterValidLicenseLoaded(LicenseKeyLicensee) - Method in class com.itextpdf.licensekey.validators.LicenseKey5Validator
 
afterValidLicenseLoaded(LicenseKeyLicensee) - Method in class com.itextpdf.licensekey.validators.LicenseKey7Validator
 

B

Base64 - Class in com.itextpdf.licensekey.util
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in com.itextpdf.licensekey.util
A Base64.InputStream will read data from another java.io.InputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
Base64.OutputStream - Class in com.itextpdf.licensekey.util
A Base64.OutputStream will write data to another java.io.OutputStream, given in the constructor, and encode/decode to/from Base64 notation on the fly.
beforeValidLicenseLoaded() - Method in class com.itextpdf.licensekey.validators.AbstractLicenseKeyValidator
 
beforeValidLicenseLoaded() - Method in class com.itextpdf.licensekey.validators.LicenseKey5Validator
 
beforeValidLicenseLoaded() - Method in class com.itextpdf.licensekey.validators.LicenseKey7Validator
 

C

certificateNotFoundMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
CertificateWorker - Class in com.itextpdf.licensekey.util
Class for verifying RSA messages signatures, needs only public key from RSA public/private key pair.
checkLicense(LicenseKeyProduct) - Method in class com.itextpdf.licensekey.validators.AbstractLicenseKeyValidator
 
checkLicense(LicenseKeyProduct) - Method in interface com.itextpdf.licensekey.validators.ILicenseKeyValidator
 
checkLicense(LicenseKeyProduct) - Method in class com.itextpdf.licensekey.validators.NoOpValidator
 
checkProductCompatibility(LicenseKeyProduct, LicenseKeyLicensee) - Method in class com.itextpdf.licensekey.validators.AbstractLicenseKeyValidator
 
checkProductCompatibility(LicenseKeyProduct, LicenseKeyLicensee) - Method in class com.itextpdf.licensekey.validators.LicenseKey5Validator
 
checkProductCompatibility(LicenseKeyProduct, LicenseKeyLicensee) - Method in class com.itextpdf.licensekey.validators.LicenseKey7Validator
 
close() - Method in class com.itextpdf.licensekey.util.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
com.itextpdf.license - package com.itextpdf.license
 
com.itextpdf.licensekey - package com.itextpdf.licensekey
 
com.itextpdf.licensekey.util - package com.itextpdf.licensekey.util
 
com.itextpdf.licensekey.validators - package com.itextpdf.licensekey.validators
 
compareLicenseeInfo(LicenseKeyLicensee, LicenseKeyLicensee) - Method in class com.itextpdf.licensekey.validators.AbstractLicenseKeyValidator
 
compareLicenseeInfo(LicenseKeyLicensee, LicenseKeyLicensee) - Method in class com.itextpdf.licensekey.validators.LicenseKey5Validator
 
compareLicenseeInfo(LicenseKeyLicensee, LicenseKeyLicensee) - Method in class com.itextpdf.licensekey.validators.LicenseKey7Validator
 
compareLicenseInfoEntry(String, String) - Method in class com.itextpdf.licensekey.validators.AbstractLicenseKeyValidator
 
corruptedLicenseFileMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
corruptedSignatureMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
createCertificateWorker(String, String) - Static method in class com.itextpdf.licensekey.util.CertificateWorker
 
createCertificateWorker(InputStream, String) - Static method in class com.itextpdf.licensekey.util.CertificateWorker
 

D

DateUtil - Class in com.itextpdf.licensekey.util
Utility class for some Date operations.
DateWorker - Class in com.itextpdf.licensekey.util
Internal worker class that unifies date parsing and formatting, nor for public use.
DateWorker(String) - Constructor for class com.itextpdf.licensekey.util.DateWorker
 
dateWorker - Variable in class com.itextpdf.licensekey.validators.AbstractLicenseKeyValidator
 
DECODE - Static variable in class com.itextpdf.licensekey.util.Base64
Specify decoding.
decode(byte[], int, int, int) - Static method in class com.itextpdf.licensekey.util.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.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decode(String, int) - Static method in class com.itextpdf.licensekey.util.Base64
Decodes data from Base64 notation, automatically detecting gzip-compressed data and decompressing it.
decodeFileToFile(String, String) - Static method in class com.itextpdf.licensekey.util.Base64
Reads infile and decodes it to outfile.
decodeFromFile(String) - Static method in class com.itextpdf.licensekey.util.Base64
Convenience method for reading a base64-encoded file and decoding it.
decodeToFile(String, String) - Static method in class com.itextpdf.licensekey.util.Base64
Convenience method for decoding data to a file.
decodeToObject(String) - Static method in class com.itextpdf.licensekey.util.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 platform
DEFAULT_VALIDATOR - Static variable in class com.itextpdf.licensekey.LicenseKey
 
DONT_BREAK_LINES - Static variable in class com.itextpdf.licensekey.util.Base64
Don't break lines when encoding (violates strict Base64 specification)

E

ENCODE - Static variable in class com.itextpdf.licensekey.util.Base64
Specify encoding.
encodeBytes(byte[]) - Static method in class com.itextpdf.licensekey.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class com.itextpdf.licensekey.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class com.itextpdf.licensekey.util.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class com.itextpdf.licensekey.util.Base64
Encodes a byte array into Base64 notation.
encodeFileToFile(String, String) - Static method in class com.itextpdf.licensekey.util.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class com.itextpdf.licensekey.util.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class com.itextpdf.licensekey.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class com.itextpdf.licensekey.util.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class com.itextpdf.licensekey.util.Base64
Convenience method for encoding data to a file.
extractLicensee(Element) - Method in class com.itextpdf.licensekey.validators.AbstractLicenseKeyValidator
 
extractLicensee(Element) - Method in class com.itextpdf.licensekey.validators.LicenseKey5Validator
 
extractLicensee(Element) - Method in class com.itextpdf.licensekey.validators.LicenseKey7Validator
 

F

FEATURE_ELEMENT_NAME - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
License file tag name
FEATURE_NAME - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
License file tag name
FEATURE_VERSION - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
License file tag name
featureNotFoundMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
flushBase64() - Method in class com.itextpdf.licensekey.util.Base64.OutputStream
Method added by PHIL.
format(Date) - Method in class com.itextpdf.licensekey.util.DateWorker
 
format(String, Object...) - Static method in class com.itextpdf.licensekey.util.MessageFormatUtil
 
formLicenseeSignatureString(LicenseKeyLicensee) - Method in class com.itextpdf.licensekey.validators.AbstractLicenseKeyValidator
 
formLicenseeSignatureString(LicenseKeyLicensee) - Method in class com.itextpdf.licensekey.validators.LicenseKey5Validator
 
formLicenseeSignatureString(LicenseKeyLicensee) - Method in class com.itextpdf.licensekey.validators.LicenseKey7Validator
 
formProductSignature(LicenseKeyProduct, LicenseKeyLicensee) - Method in class com.itextpdf.licensekey.validators.AbstractLicenseKeyValidator
 
formProductSignature(LicenseKeyProduct, LicenseKeyLicensee) - Method in class com.itextpdf.licensekey.validators.LicenseKey5Validator
 
formProductSignature(LicenseKeyProduct, LicenseKeyLicensee) - Method in class com.itextpdf.licensekey.validators.LicenseKey7Validator
 

G

getBytes(String) - Static method in class com.itextpdf.licensekey.util.UTF8
 
getComment() - Method in class com.itextpdf.licensekey.LicenseKeyLicensee
Getter for the comment.
getCompany() - Method in class com.itextpdf.licensekey.LicenseKeyLicensee
Getter for the company.
getCurrent() - Static method in class com.itextpdf.licensekey.util.DateUtil
 
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.
getDocumentElement() - Method in class com.itextpdf.licensekey.util.XmlWorker
 
getEmail() - Method in class com.itextpdf.licensekey.LicenseKeyLicensee
Getter for the email.
getExpire() - Method in class com.itextpdf.license.LicenseKeyLicensee
Deprecated.
 
getExpire() - Method in class com.itextpdf.license.LicenseKeyProduct
Deprecated.
 
getExpireDate() - Method in class com.itextpdf.licensekey.LicenseKeyLicensee
Getter for the expiration date
getExpireDate() - Method in class com.itextpdf.licensekey.LicenseKeyProduct
Getter for the expiration date
getFeatureName() - Method in class com.itextpdf.license.LicenseKeyProductFeature
Deprecated.
 
getFeatureVersion() - Method in class com.itextpdf.license.LicenseKeyProductFeature
Deprecated.
 
getInitial() - Static method in class com.itextpdf.licensekey.util.DateUtil
 
getKey() - Method in class com.itextpdf.licensekey.LicenseKeyLicensee
Getter for the license key.
getLicenseAttribute(Element, String) - Static method in class com.itextpdf.licensekey.util.InfoExtraction
 
getLicenseAttribute(Element, String, boolean) - Static method in class com.itextpdf.licensekey.util.InfoExtraction
 
getLicenseeInfo() - Static method in class com.itextpdf.licensekey.LicenseKey
Returns information about the Licensee.
getLicenseeInfo() - Method in class com.itextpdf.licensekey.validators.AbstractLicenseKeyValidator
 
getLicenseeInfo(LicenseKeyLicensee, boolean, boolean) - Method in class com.itextpdf.licensekey.validators.AbstractLicenseKeyValidator
 
getLicenseeInfo() - Method in interface com.itextpdf.licensekey.validators.ILicenseKeyValidator
 
getLicenseeInfo(LicenseKeyLicensee, boolean, boolean) - Method in class com.itextpdf.licensekey.validators.LicenseKey5Validator
 
getLicenseeInfo(LicenseKeyLicensee, boolean, boolean) - 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
 
getMajor() - Method in class com.itextpdf.licensekey.LicenseKeyProduct
 
getMajorVersion() - Method in class com.itextpdf.licensekey.LicenseKeyProduct
Getter for the major version
getMinor() - Method in class com.itextpdf.licensekey.LicenseKeyProduct
 
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.
getName() - Method in class com.itextpdf.licensekey.LicenseKeyProductFeature
Getter for the feature 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
 
getProductElementTagValue(Element, String) - Static method in class com.itextpdf.licensekey.util.InfoExtraction
 
getProductElementTagValue(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
getRelativeTime(Date) - Static method in class com.itextpdf.licensekey.util.DateUtil
 
getResourceStream(String) - Static method in class com.itextpdf.licensekey.util.ResourceUtil
Tries to get a resource as stream using different strategies.
getStart() - Method in class com.itextpdf.license.LicenseKeyLicensee
Deprecated.
 
getStartDate() - Method in class com.itextpdf.licensekey.LicenseKeyLicensee
Getter for the start date.
getString(byte[]) - Static method in class com.itextpdf.licensekey.util.UTF8
 
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.
getVersion() - Method in class com.itextpdf.licensekey.LicenseKeyProductFeature
Getter for the feature version number
GZIP - Static variable in class com.itextpdf.licensekey.util.Base64
Specify that data should be gzip-compressed.

I

ILicenseKeyValidator - Interface in com.itextpdf.licensekey.validators
Validator interface for License keys.
incompatibleDeployment - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
incompatibleLicenses - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
incompatibleType - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
InfoExtraction - Class in com.itextpdf.licensekey.util
Utility class to hold the extraction methods from XML dom-structure
InputStream(InputStream) - Constructor for class com.itextpdf.licensekey.util.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
InputStream(InputStream, int) - Constructor for class com.itextpdf.licensekey.util.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
invalidPublicKeyMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
isInPast(Date) - Static method in class com.itextpdf.licensekey.util.DateUtil
 
ITEXT5_VALIDATOR_TAG - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
Default mapping of the iText5 validator
iText5LicenseIncorrectlyLoadedMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
iText5LicenseMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
ITEXT7_VALIDATOR_TAG - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
Default mapping of the iText7 Validator

L

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
A high level class that selects correct ILicenseKeyValidator and invokes it's corresponding methods.
LicenseKey() - Constructor for class com.itextpdf.licensekey.LicenseKey
 
LicenseKey5Validator - Class in com.itextpdf.licensekey.validators
The ILicenseKeyValidator for iText5 licenses
LicenseKey5Validator(CertificateWorker) - Constructor for class com.itextpdf.licensekey.validators.LicenseKey5Validator
 
LicenseKey7Validator - Class in com.itextpdf.licensekey.validators
The ILicenseKeyValidator for iText7 licenses
LicenseKey7Validator(CertificateWorker) - 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
The class that stores license data
LicenseKeyLicensee(String, String, String, String, String) - Constructor for class com.itextpdf.licensekey.LicenseKeyLicensee
Creates a Licensee object without a key (trial license).
LicenseKeyLicensee(String, String, String, String, String, 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, String, String, 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, String, String, 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
The class that stores license product data
LicenseKeyProduct(String, String, String, String, String, String, String, LicenseKeyProductFeature[]) - Constructor for class com.itextpdf.licensekey.LicenseKeyProduct
Creates a LicenseKeyProduct Pojo
LicenseKeyProduct(String, String, String, String, String, String, LicenseKeyProductFeature[]) - Constructor for class com.itextpdf.licensekey.LicenseKeyProduct
Creates a LicenseKeyProduct Pojo
LicenseKeyProduct(String, String, 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, String, String, 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, 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, int, String, String, String, String, LicenseKeyProductFeature[]) - Constructor for class com.itextpdf.licensekey.LicenseKeyProduct
LicenseKeyProduct(String, int, String, String, String, String, LicenseKeyProductFeature[]) - Constructor for class com.itextpdf.licensekey.LicenseKeyProduct
Deprecated.
LicenseKeyProduct(String, int, int, LicenseKeyProductFeature[]) - Constructor for class com.itextpdf.licensekey.LicenseKeyProduct
LicenseKeyProduct(String, int, int, String, LicenseKeyProductFeature[]) - Constructor for class com.itextpdf.licensekey.LicenseKeyProduct
LicenseKeyProduct(String, int, LicenseKeyProductFeature[]) - Constructor for class com.itextpdf.licensekey.LicenseKeyProduct
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
The class that stores data of single feature of licensekey product
LicenseKeyProductFeature(String, String) - Constructor for class com.itextpdf.licensekey.LicenseKeyProductFeature
Creates a product feature Pojo
LicenseKeyTags - Class in com.itextpdf.licensekey
The class with constants, mostly names or values of tags in license xml file.
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 class com.itextpdf.licensekey.validators.AbstractLicenseKeyValidator
 
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.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
The class with logger messages

M

MessageFormatUtil - Class in com.itextpdf.licensekey.util
Internal utility class for string formatting.

N

NO_OPTIONS - Static variable in class com.itextpdf.licensekey.util.Base64
No options specified.
noLicenseAttributeMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
noLicenseeElementMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
noLicenseTagElementMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
NOOP_VALIDATOR_TAG - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
Default mapping of the No-op validator
NoOpValidator - Class in com.itextpdf.licensekey.validators
NoOpValidator() - Constructor for class com.itextpdf.licensekey.validators.NoOpValidator
 
noProductAttributeMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
noProductTagElementMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 

O

ORDERED - Static variable in class com.itextpdf.licensekey.util.Base64
Encode using the special "ordered" dialect of Base64 described here: http://www.faqs.org/qa/rfcc-1940.html.
OutputStream(OutputStream) - Constructor for class com.itextpdf.licensekey.util.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
OutputStream(OutputStream, int) - Constructor for class com.itextpdf.licensekey.util.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.

P

parse(String) - Method in class com.itextpdf.licensekey.util.DateWorker
 
PRODUCT_ELEMENT_NAME - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
License file tag name
PRODUCT_EXPIRE - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
License file attribute name
PRODUCT_MAJOR - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
License file attribute name
PRODUCT_MINOR - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
License file attribute name
PRODUCT_NAME - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
License file attribute name
PRODUCT_PLATFORM - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
License file attribute name
PRODUCT_SIGNATURE - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
License file tag name
PRODUCT_SUBTYPE - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
License file attribute name
PRODUCT_TYPE - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
License file attribute name
productLicenseExpiredMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
productNotFoundMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 

R

read() - Method in class com.itextpdf.licensekey.util.Base64.InputStream
Reads enough of the input stream to convert to/from Base64 and returns the next byte.
read(byte[], int, int) - Method in class com.itextpdf.licensekey.util.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
ResourceUtil - Class in com.itextpdf.licensekey.util
Internal utility class for resolving inner resources.
resumeEncoding() - Method in class com.itextpdf.licensekey.util.Base64.OutputStream
Resumes encoding of the stream.

S

scheduledCheck(LicenseKeyProduct) - Static method in class com.itextpdf.licensekey.LicenseKey
Performs a scheduled license check in a given time interval (LicenseKey.CHECK_INTERVAL)
signatureDecodingErrorMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
STANDALONE_LICENSEE_TYPE - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
Standalone license
standaloneLicenseMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
suspendEncoding() - Method in class com.itextpdf.licensekey.util.Base64.OutputStream
Suspends encoding of the stream.

U

UNABLE_TO_RESET_KERNEL_VERSION - Static variable in class com.itextpdf.licensekey.LogMessageConstant
 
UNABLE_TO_RESET_LEGACY_KERNEL_VERSION - Static variable in class com.itextpdf.licensekey.LogMessageConstant
 
unloadLicense() - Method in class com.itextpdf.licensekey.validators.AbstractLicenseKeyValidator
 
unloadLicense() - Method in interface com.itextpdf.licensekey.validators.ILicenseKeyValidator
 
unloadLicense() - Method in class com.itextpdf.licensekey.validators.NoOpValidator
 
unloadLicenseForVersion(String) - Static method in class com.itextpdf.licensekey.LicenseKey
Unloads license for specific version of core.
unloadLicenses() - Static method in class com.itextpdf.licensekey.LicenseKey
Unload all licenses for all version
URL_SAFE - Static variable in class com.itextpdf.licensekey.util.Base64
Encode using Base64-like encoding that is URL- and Filename-safe as described in Section 4 of RFC3548: http://www.faqs.org/rfcs/rfc3548.html.
UTF8 - Class in com.itextpdf.licensekey.util
Utility class that unifies UTF-8 string encoding and decoding.

V

verify(String, String) - Method in class com.itextpdf.licensekey.util.CertificateWorker
 
VOLUME_LICENSE_NOT_LOADED - Static variable in class com.itextpdf.licensekey.LogMessageConstant
 
VOLUME_SEND_RECORD_FAILED - Static variable in class com.itextpdf.licensekey.LogMessageConstant
 
VOLUME_TYPE - Static variable in class com.itextpdf.licensekey.LicenseKeyTags
Volume counter type

W

write(int) - Method in class com.itextpdf.licensekey.util.Base64.OutputStream
Writes the byte to the output stream after converting to/from Base64 notation.
write(byte[], int, int) - Method in class com.itextpdf.licensekey.util.Base64.OutputStream
Calls Base64.OutputStream.write(int) repeatedly until len bytes are written.
wrongPlatformMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
wrongVersionMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 

X

XmlWorker - Class in com.itextpdf.licensekey.util
Worker class that hashes parsed DOM representation of XML.
XmlWorker(InputStream) - Constructor for class com.itextpdf.licensekey.util.XmlWorker
 
A B C D E F G I L M N O P R S U V W X 
Skip navigation links

Copyright © 2018. All rights reserved.