Package | Description |
---|---|
com.license4j |
Modifier and Type | Class and Description |
---|---|
class |
DefaultOnlineLicenseKeyCheckTimerHandlerImpl
Default DefaultOnlineLicenseKeyCheckTimerHandlerImpl implementation with
minimum functionality.
|
Modifier and Type | Method and Description |
---|---|
static License |
LicenseValidator.validate(java.lang.String key,
java.lang.String publickey,
java.lang.String productID,
java.lang.String productEdition,
java.lang.String currentProductVersion,
java.util.Date currentDate,
java.util.Date currentProductReleaseDate,
OnlineLicenseKeyCheckTimerHandler onlineLicenseKeyCheckTimerHandler)
Validate given online basic key floating over Internet on
Online.License4J.
|
static License |
LicenseValidator.validate(java.lang.String key,
java.lang.String publickey,
java.lang.String productID,
java.lang.String productEdition,
java.lang.String currentProductVersion,
java.util.Date currentDate,
java.util.Date currentProductReleaseDate,
java.lang.String licenseServer,
OnlineLicenseKeyCheckTimerHandler onlineLicenseKeyCheckTimerHandler)
Validate given online basic key floating over Internet on given Auto
License Generation and Activation Server.
|