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

B

Base64 - Class in com.itextpdf.licensekey
Encodes and decodes to and from Base64 notation.
Base64.InputStream - Class in com.itextpdf.licensekey
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
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.

C

certificateNotFoundMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
close() - Method in class com.itextpdf.licensekey.Base64.OutputStream
Flushes and closes (I think, in the superclass) the stream.
com.itextpdf.licensekey - package com.itextpdf.licensekey
 
corruptedLicenseFileMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
corruptedSignatureMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 

D

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_PLATFORM - Static variable in class com.itextpdf.licensekey.LicenseKey
Default name for java platform
DONT_BREAK_LINES - Static variable in class com.itextpdf.licensekey.Base64
Don't break lines when encoding (violates strict Base64 specification)

E

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

F

FEATURE_ELEMENT_NAME - Static variable in class com.itextpdf.licensekey.LicenseKey
License file tag name
FEATURE_NAME - Static variable in class com.itextpdf.licensekey.LicenseKey
License file tag name
FEATURE_VERSION - Static variable in class com.itextpdf.licensekey.LicenseKey
License file tag name
featureNotFoundMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
flushBase64() - Method in class com.itextpdf.licensekey.Base64.OutputStream
Method added by PHIL.

G

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
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.
getLicenseeSignatureString(LicenseKeyLicensee) - Static method in class com.itextpdf.licensekey.LicenseKey
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.
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
getProductSignatureString(LicenseKeyProduct, LicenseKeyLicensee) - Static method in class com.itextpdf.licensekey.LicenseKey
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.

I

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
 
InputStream(InputStream) - Constructor for class com.itextpdf.licensekey.Base64.InputStream
Constructs a Base64.InputStream in DECODE mode.
InputStream(InputStream, int) - Constructor for class com.itextpdf.licensekey.Base64.InputStream
Constructs a Base64.InputStream in either ENCODE or DECODE mode.
invalidPublicKeyMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
isTrial() - Static method in class com.itextpdf.licensekey.LicenseKey
Check if a trial license is loaded.

L

LICENSE_DATE - Static variable in class com.itextpdf.licensekey.LicenseKey
License file attribute name
LICENSE_ELEMENT_NAME - Static variable in class com.itextpdf.licensekey.LicenseKey
License file tag name
LICENSE_ISSUER - Static variable in class com.itextpdf.licensekey.LicenseKey
License file attribute name
LICENSEE_COMMENT - Static variable in class com.itextpdf.licensekey.LicenseKey
License file tag name
LICENSEE_COMPANY - Static variable in class com.itextpdf.licensekey.LicenseKey
License file tag name
LICENSEE_ELEMENT_NAME - Static variable in class com.itextpdf.licensekey.LicenseKey
License file tag name
LICENSEE_EMAIL - Static variable in class com.itextpdf.licensekey.LicenseKey
License file tag name
LICENSEE_EXPIRE - Static variable in class com.itextpdf.licensekey.LicenseKey
License file attribute name
LICENSEE_KEY - Static variable in class com.itextpdf.licensekey.LicenseKey
License file tag name
LICENSEE_NAME - Static variable in class com.itextpdf.licensekey.LicenseKey
License file tag name
LICENSEE_PRODUCER_LINE - Static variable in class com.itextpdf.licensekey.LicenseKey
License file tag name
LICENSEE_SIGNATURE - Static variable in class com.itextpdf.licensekey.LicenseKey
License file tag name
LICENSEE_SUBTYPE - Static variable in class com.itextpdf.licensekey.LicenseKey
License file tag name
LICENSEE_TYPE - Static variable in class com.itextpdf.licensekey.LicenseKey
License file tag name
LICENSEE_VERSION - Static variable in class com.itextpdf.licensekey.LicenseKey
License file tag name
licenseExpiredMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
LicenseKey - Class in com.itextpdf.licensekey
 
LicenseKey() - Constructor for class com.itextpdf.licensekey.LicenseKey
 
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.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.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.licensekey
 
LicenseKeyProductFeature(String, int) - Constructor for class com.itextpdf.licensekey.LicenseKeyProductFeature
Creates a product feature Pojo
licenseNotLoadedMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
licenseProductNotLoadedMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
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.

N

NO_OPTIONS - Static variable in class com.itextpdf.licensekey.Base64
No options specified.
noLicenseeElementMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
noLicenseTagElementMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 

O

ORDERED - Static variable in class com.itextpdf.licensekey.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.Base64.OutputStream
Constructs a Base64.OutputStream in ENCODE mode.
OutputStream(OutputStream, int) - Constructor for class com.itextpdf.licensekey.Base64.OutputStream
Constructs a Base64.OutputStream in either ENCODE or DECODE mode.

P

parserSDF - Static variable in class com.itextpdf.licensekey.LicenseKey
The format used for date Strings
PRODUCT_ELEMENT_NAME - Static variable in class com.itextpdf.licensekey.LicenseKey
License file tag name
PRODUCT_EXPIRE - Static variable in class com.itextpdf.licensekey.LicenseKey
License file attribute name
PRODUCT_MAJOR - Static variable in class com.itextpdf.licensekey.LicenseKey
License file attribute name
PRODUCT_MINOR - Static variable in class com.itextpdf.licensekey.LicenseKey
License file attribute name
PRODUCT_NAME - Static variable in class com.itextpdf.licensekey.LicenseKey
License file attribute name
PRODUCT_PLATFORM - Static variable in class com.itextpdf.licensekey.LicenseKey
License file attribute name
PRODUCT_SIGNATURE - Static variable in class com.itextpdf.licensekey.LicenseKey
License file tag name
PRODUCT_SUBTYPE - Static variable in class com.itextpdf.licensekey.LicenseKey
License file attribute name
PRODUCT_TYPE - Static variable in class com.itextpdf.licensekey.LicenseKey
License file attribute name
productNotFoundMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 

R

read() - Method in class com.itextpdf.licensekey.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.Base64.InputStream
Calls Base64.InputStream.read() repeatedly until the end of stream is reached or len bytes are read.
resumeEncoding() - Method in class com.itextpdf.licensekey.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
 
standaloneLicenseMessage - Static variable in exception com.itextpdf.licensekey.LicenseKeyException
 
suspendEncoding() - Method in class com.itextpdf.licensekey.Base64.OutputStream
Suspends encoding of the stream.

U

URL_SAFE - Static variable in class com.itextpdf.licensekey.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.

W

write(int) - Method in class com.itextpdf.licensekey.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.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
 
B C D E F G I L N O P R S U W 
Skip navigation links

Copyright © 2017. All rights reserved.