A C D E F G H I K L M O Q R S T U V W 

G

generateLicenseKey(LicenseKeyPair, LicenseKey) - Static method in class com.license4j.LicenseManager
Generates cryptographically secure license key from given license key object and key pair.
generateLicenseKey(String, LicenseKey) - Static method in class com.license4j.LicenseManager
Generates basic license key from given license key object and public key.
generateLicenseText(LicenseKeyPair, LicenseText) - Static method in class com.license4j.LicenseManager
Generates license text from given license text object and key pair.
getActivationCompletedDateTime() - Method in class com.license4j.LicenseText
Get activation completed date time.
getActivationHardwareIDSelection() - Method in class com.license4j.LicenseText
Get activation hardware ID selection value.
getActivationID() - Method in class com.license4j.LicenseText
Get activation ID if activation is completed.
getActivationPeriod() - Method in class com.license4j.LicenseKey
Returns defined activation period.
getActivationPeriod() - Method in class com.license4j.LicenseText
Get activation period if defined.
getActivationReturnType() - Method in class com.license4j.LicenseText
Return activation return type.
getActivationStatus() - Method in class com.license4j.License
Method returns activation status after activation.
getCompanyforValidation() - Method in class com.license4j.LicenseKey
Returns company name used in validation.
getContent() - Method in class com.license4j.LicenseKeyPair
Return key pair content as a string.
getContent(String) - Method in class com.license4j.LicenseText
Returns license text string.
getCustomSignedFeature(String) - Method in class com.license4j.LicenseText
Get custom signed feature.
getCustomSignedFeatureConcurrentQuantity(String) - Method in class com.license4j.LicenseText
Get custom signed feature concurrent quantity.
getCustomSignedFeatures() - Method in class com.license4j.LicenseText
Get custom signed features in a hashmap.
getCustomUnsignedFeature(String) - Method in class com.license4j.LicenseText
Get custom unsigned feature.
getCustomUnsignedFeatures() - Method in class com.license4j.LicenseText
Get custom unsigned features in a hashmap.
getDatetimeCheck() - Method in class com.license4j.LicenseText
Get if online date time check is enabled.
getDatetimeNTPServer() - Method in class com.license4j.LicenseText
Get NTP server which will be used for online date time check if enabled.
getDatetimeNTPServerTimeout() - Method in class com.license4j.LicenseText
Get NTP server connection timeout value which will be used for online date time check if enabled.
getDatetimeWebServer() - Method in class com.license4j.LicenseText
Get web server which will be used for online date time check if enabled.
getDatetimeWebServerTimeout() - Method in class com.license4j.LicenseText
Get web server connection timeout value which will be used for online date time check if enabled.
getDescription() - Method in class com.license4j.LicenseKeyPair
Get key pair description.
getFloatingAllowedIPs() - Method in class com.license4j.LicenseText
When defined floating license text type license can be used by only
getFloatingLicenseAllowMultipleInstanceLimit() - Method in class com.license4j.LicenseText
Get maximum allowed instances if floating license allows multiple instances on same host with same user.
getFloatingLicenseCheckPeriod() - Method in class com.license4j.LicenseText
Get floating license check period in minutes, runtime library runs a timer to check for license availability.
getFloatingLicenseServerConnectionCheckPeriod() - Method in class com.license4j.LicenseText
Get floating license server connection check period in minutes, runtime library runs a timer to check for floating license server availability.
getFloatingLicenseServerVersion() - Method in class com.license4j.License
Method to get floating license server version.
getFloatingLicenseServerVersion(InetAddress, int) - Static method in class com.license4j.LicenseValidator
Method to get floating license server version.
getFloatingLicenseSupersedeAllLicenses() - Method in class com.license4j.LicenseText
Get value for supersede all old license settings.
getFloatingLicenseSupersedeLicenses() - Method in class com.license4j.LicenseText
Get floating licenses IDs which is superseded by this license.
getFloatingOverUsePercent() - Method in class com.license4j.LicenseText
When defined floating license text type license only can be allowed to be overused on floating license server.
getGenerationDateTime() - Method in class com.license4j.LicenseKey
Returns license generation date.
getHardwareID() - Method in class com.license4j.LicenseKey
Returns hardware id for the license key.
getHardwareIDFromEthernetAddress() - Static method in class com.license4j.HardwareID
Use ethernet MAC address for creating hardware id.
getHardwareIDFromHDDSerial() - Static method in class com.license4j.HardwareID
Use HDD manufacturer's serial number for creating hardware id.
getHardwareIDFromHostName() - Static method in class com.license4j.HardwareID
Use computer host name for generating hardware id.
getHardwareIDFromVolumeSerialNumber() - Static method in class com.license4j.HardwareID
Use OS system disk volume serial number for creating hardware id.
getHardwareIDValidationMethod() - Method in class com.license4j.LicenseKey
Returns hardware ID validation method.
getID() - Method in class com.license4j.LicenseKeyPair
Get key pair id.
getInternalString() - Method in class com.license4j.LicenseKey
Returns hidden internal string.
getLibraryVersion() - Static method in class com.license4j.LicenseManager
License4J library version info.
getLibraryVersion() - Static method in class com.license4j.LicenseValidator
License4J library version info.
getLicense() - Method in class com.license4j.FloatingLicenseCheckTimerHandler
Method to get license object after a successful or failed license check.
getLicenseActivationDaysRemaining(Date) - Method in class com.license4j.License
Returns days remaining for activation if license requires activation.
getLicenseActivationDaysRemaining(Date) - Method in class com.license4j.LicenseKey
Returns remaining activation days if license requires activation.
getLicenseActivationDaysRemaining(Date) - Method in class com.license4j.LicenseText
Returns license activation days remaining.
getLicenseActivationPeriod(Date) - Method in class com.license4j.License
Returns activation period if license requires activation.
getLicenseExpireDate() - Method in class com.license4j.LicenseText
Returns license expiration date.
getLicenseExpireDaysRemaining(Date) - Method in class com.license4j.LicenseText
Gives number of days left before expiration if license validity period is defined.
getLicenseFileType() - Method in class com.license4j.LicenseText
Returns license text type, either normal license text or floating license text.
getLicenseGenerationDateTime() - Method in class com.license4j.LicenseText
Return license generation date time if set.
getLicenseHardwareID() - Method in class com.license4j.LicenseText
If generated license is node-locked, locked computer hardware ID returns.
getLicenseID() - Method in class com.license4j.LicenseText
Return unique license id.
getLicenseKey() - Method in class com.license4j.License
Returns LicenseKey object.
getLicenseKeyKeyPairAlgorithm() - Method in class com.license4j.LicenseKeyPair
Get key pair algorithm name.
getLicenseKeyKeysize() - Method in class com.license4j.LicenseKeyPair
Get key pair key size.
getLicenseKeySignatureAlgorithm() - Method in class com.license4j.LicenseKeyPair
Get signature algorithm name.
getLicenseMaintenanceExpireDate() - Method in class com.license4j.LicenseText
Returns license maintenance expire date.
getLicenseMaintenanceExpireDaysRemaining(Date) - Method in class com.license4j.LicenseText
Returns license maintenance expiration days remaining.
getLicenseMaintenancePeriod() - Method in class com.license4j.LicenseText
Get license maintenence validity period in number of days.
getLicenseProductName() - Method in class com.license4j.LicenseText
Get product name which license is generated for.
getLicenseProperties() - Method in class com.license4j.LicenseText
Method returns all raw license properties.
getLicensePublicKey() - Method in class com.license4j.LicenseText
Return license public key, public key is only found in floating license text.
getLicenseQuantity() - Method in class com.license4j.LicenseText
Return license quantity.
getLicenseSignature() - Method in class com.license4j.LicenseText
Return license signature after generation.
getLicenseString() - Method in class com.license4j.License
Returns license string in plain text.
getLicenseText() - Method in class com.license4j.License
Returns LicenseText object.
getLicenseTextKeyPairAlgorithm() - Method in class com.license4j.LicenseKeyPair
Get key pair algorithm name.
getLicenseTextKeysize() - Method in class com.license4j.LicenseKeyPair
Get key pair key size.
getLicenseTextSignatureAlgorithm() - Method in class com.license4j.LicenseKeyPair
Get signature algorithm name.
getLicenseValidityPeriod() - Method in class com.license4j.LicenseText
Get license validity period in number of days.
getLicenseValidProductEdition() - Method in class com.license4j.LicenseText
Get product edition which license is generated and only valid for.
getLicenseValidProductID() - Method in class com.license4j.LicenseText
Get product ID which license is generated and only valid for.
getLicenseValidProductVersion() - Method in class com.license4j.LicenseText
Get product version which license is generated and only valid for.
getManualActivationRequestString() - Method in class com.license4j.License
Return activation request string.
getManualActivationRequestStringWithCustomHardwareID(String) - Method in class com.license4j.License
Return activation request string with given custom hardware ID.
getManualActivationRequestStringWithCustomHardwareIDWithUserInformation(String, boolean, String, String, String, String, String, String, String, String, String, String) - Method in class com.license4j.License
Return activation request string with given custom hardware ID and with user information to modify.
getManualActivationRequestStringWithUserInformation(boolean, String, String, String, String, String, String, String, String, String, String) - Method in class com.license4j.License
Return activation request string with user information to modify.
getManualDeactivationRequestString() - Method in class com.license4j.License
Return deactivation request string.
getManualModificationRequestString(String) - Method in class com.license4j.License
Return manual modification request string.
getModificationStatus() - Method in class com.license4j.License
Method returns modification status.
getName() - Method in class com.license4j.LicenseKeyPair
Get key pair name.
getNameforValidation() - Method in class com.license4j.LicenseKey
Returns name used in key validation.
getOnlineKeyMaxFailureCount() - Method in class com.license4j.LicenseText
Get online license key floating over internet maximum failure count.
getOnlineKeyMaxInactivePeriod() - Method in class com.license4j.LicenseText
Get online license key floating over internet maximum inactive period before removing lease.
getPrivateKey() - Method in class com.license4j.LicenseKeyPair
Get private key for the key pair.
getPublicKey() - Method in class com.license4j.License
Returns license public key string.
getPublicKey() - Method in class com.license4j.LicenseKeyPair
Get public key for the key pair.
getTheKey() - Method in class com.license4j.LicenseKey
Returns license key.
getTimeCreated() - Method in class com.license4j.LicenseKeyPair
Get key pair created date and time.
getUseCountAllowed() - Method in class com.license4j.License
If license is a Online License Key Floating Over Internet, and maximum allowed use count is defined, this method returns defined maximum allowed use count otherwise returns 0.
getUseCountCurrent() - Method in class com.license4j.License
If license is an Online License Key Floating Over Internet, and maximum allowed use count is defined, this method returns current use count otherwise returns 0.
getUsedModificationKeys() - Method in class com.license4j.License
If license is activated and activation return type is license text, and if it is modified before with one or more than one modification key, this method returns key separated with a space.
getUserCity() - Method in class com.license4j.LicenseText
Get license owner user city name.
getUserCompany() - Method in class com.license4j.LicenseText
Get license owner company name.
getUserCountry() - Method in class com.license4j.LicenseText
Get license owner user country name.
getUserEMail() - Method in class com.license4j.LicenseText
Get license owner user e-mail address.
getUserFax() - Method in class com.license4j.LicenseText
Get license owner user fax number.
getUserFullName() - Method in class com.license4j.LicenseText
Get license owner user full name.
getUserRegisteredTo() - Method in class com.license4j.LicenseText
Get user name which license is registered to.
getUserStreet() - Method in class com.license4j.LicenseText
Get license owner user street address.
getUserTelephone() - Method in class com.license4j.LicenseText
Get license owner user telephone number.
getUserZipCode() - Method in class com.license4j.LicenseText
Get license owner user zip code.
getUseTimeCurrent() - Method in class com.license4j.License
If license is a Online License Key Floating Over Internet, and maximum allowed use time limit is defined, this method returns current use time in seconds otherwise returns 0.
getUseTimeLimitAllowed() - Method in class com.license4j.License
If license is a Online License Key Floating Over Internet, and maximum allowed use time limit is defined, this method returns defined maximum allowed use time in seconds otherwise returns 0.
getValidationStatus() - Method in class com.license4j.License
Method returns validation status after validation.
getVirtualizationSoftwareName() - Static method in class com.license4j.HardwareID
If software is running inside a virtual OS, returns virtualization software name.
A C D E F G H I K L M O Q R S T U V W