| Package | Description |
|---|---|
| net.java.truelicense.core |
Provides life cycle management for license keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LicenseValidationException
Indicates that a
license validation failed.
|
| Modifier and Type | Method and Description |
|---|---|
License |
LicenseVendorManager.create(License bean,
Sink sink)
Generates a license key from the given license bean and stores the
result to the given sink.
|
License |
LicenseConsumerManager.install(Source source)
Installs the license key from the given source and returns an
unvalidated duplicate of its encoded license bean.
|
void |
LicenseConsumerManager.uninstall()
Uninstalls the installed license key.
|
void |
LicenseConsumerManager.verify()
Verifies the license bean which is encoded in the installed license key.
|
License |
LicenseConsumerManager.view()
Returns an unvalidated duplicate of the license bean which is encoded in
the installed license key.
|
Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.