Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DECODE |
0 |
public static final int |
DONT_BREAK_LINES |
8 |
public static final int |
ENCODE |
1 |
public static final int |
GZIP |
2 |
public static final int |
NO_OPTIONS |
0 |
public static final int |
ORDERED |
32 |
public static final int |
URL_SAFE |
16 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_PLATFORM |
"java" |
public static final String |
FEATURE_ELEMENT_NAME |
"feature" |
public static final String |
FEATURE_NAME |
"name" |
public static final String |
FEATURE_VERSION |
"version" |
public static final String |
LICENSE_DATE |
"date" |
public static final String |
LICENSE_ELEMENT_NAME |
"license" |
public static final String |
LICENSE_ISSUER |
"issuer" |
public static final String |
LICENSEE_COMMENT |
"comment" |
public static final String |
LICENSEE_COMPANY |
"company" |
public static final String |
LICENSEE_ELEMENT_NAME |
"licensee" |
public static final String |
LICENSEE_EMAIL |
"email" |
public static final String |
LICENSEE_EXPIRE |
"expire" |
public static final String |
LICENSEE_KEY |
"key" |
public static final String |
LICENSEE_NAME |
"name" |
public static final String |
LICENSEE_PRODUCER_LINE |
"producer" |
public static final String |
LICENSEE_SIGNATURE |
"signature" |
public static final String |
LICENSEE_SUBTYPE |
"deploymenttype" |
public static final String |
LICENSEE_TYPE |
"licensetype" |
public static final String |
LICENSEE_VERSION |
"version" |
public static final String |
PRODUCT_ELEMENT_NAME |
"product" |
public static final String |
PRODUCT_EXPIRE |
"expire" |
public static final String |
PRODUCT_MAJOR |
"major" |
public static final String |
PRODUCT_MINOR |
"minor" |
public static final String |
PRODUCT_NAME |
"name" |
public static final String |
PRODUCT_PLATFORM |
"platform" |
public static final String |
PRODUCT_SIGNATURE |
"signature" |
public static final String |
PRODUCT_SUBTYPE |
"deploymenttype" |
public static final String |
PRODUCT_TYPE |
"licensetype" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
certificateNotFoundMessage |
"Certificate not found." |
public static final String |
corruptedLicenseFileMessage |
"License file was corrupted." |
public static final String |
corruptedSignatureMessage |
"Signature was corrupted." |
public static final String |
featureNotFoundMessage |
"One or more features was not found." |
public static final String |
incompatibleDeployment |
"The deployment types must be the same for every add-on and iText core license." |
public static final String |
incompatibleLicenses |
"The license info of already loaded license doesn\'t match the new one." |
public static final String |
incompatibleType |
"The license type of the add-on product needs to be the same as the core license." |
public static final String |
invalidPublicKeyMessage |
"Invalid public key." |
public static final String |
licenseExpiredMessage |
"License expired." |
public static final String |
licenseNotLoadedMessage |
"License file not loaded." |
public static final String |
licenseProductNotLoadedMessage |
"License file for product not loaded." |
public static final String |
noLicenseeElementMessage |
"Licensee element was not found." |
public static final String |
noLicenseTagElementMessage |
"Licensee element does not contain element with tag: %s." |
public static final String |
productNotFoundMessage |
"Product was not found." |
public static final String |
signatureDecodingErrorMessage |
"Signature decoding error." |
public static final String |
standaloneLicenseMessage |
"This is a standalone license and an only be used in the standalone application." |
public static final String |
wrongPlatformMessage |
"Product requires different platform than contained in license file." |
public static final String |
wrongVersionMessage |
"Product requires different version than contained in license file." |
Copyright © 2017. All rights reserved.