|
TrueLicense Core 1.33 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use LicenseNotary | |
|---|---|
| de.schlichtherle.license | Manages licensing tasks like signing/verifying, validating, compressing/decompressing and encrypting/decrypting. |
| de.schlichtherle.license.ftp | Adds functionality required to manage a free trial period (FTP) license. |
| Uses of LicenseNotary in de.schlichtherle.license |
|---|
| Fields in de.schlichtherle.license declared as LicenseNotary | |
|---|---|
private LicenseNotary |
LicenseManager.notary
|
| Methods in de.schlichtherle.license that return LicenseNotary | |
|---|---|
protected LicenseNotary |
LicenseManager.getLicenseNotary()
Returns a license notary configured to use the keystore parameters contained in the current license parameters - null is never returned. |
| Methods in de.schlichtherle.license with parameters of type LicenseNotary | |
|---|---|
protected byte[] |
LicenseManager.create(LicenseContent content,
LicenseNotary notary)
Initializes and validates the license content, creates a new signed license certificate for it and compresses, encrypts and returns it as a license key. |
protected LicenseContent |
LicenseManager.install(byte[] key,
LicenseNotary notary)
Decrypts, decompresses, decodes and verifies the license key in key, validates its license content and installs it
as the current license key. |
protected LicenseContent |
LicenseManager.install(File keyFile,
LicenseNotary notary)
Loads, decrypts, decompresses, decodes and verifies the license key in keyFile, validates its license content and installs it
as the current license key. |
protected void |
LicenseManager.store(LicenseContent content,
LicenseNotary notary,
File keyFile)
Initializes and validates the license content, creates a new signed license certificate for it and compresses, encrypts and stores it to the given file as a license key. |
protected LicenseContent |
LicenseManager.verify(byte[] key,
LicenseNotary notary)
Decrypts, decompresses, decodes and verifies the given license key, validates its license content and returns it. |
protected LicenseContent |
LicenseManager.verify(LicenseNotary notary)
Decrypts, decompresses, decodes and verifies the current license key, validates its license content and returns it. |
| Uses of LicenseNotary in de.schlichtherle.license.ftp |
|---|
| Fields in de.schlichtherle.license.ftp declared as LicenseNotary | |
|---|---|
private LicenseNotary |
LicenseManager.ftpNotary
|
| Methods in de.schlichtherle.license.ftp that return LicenseNotary | |
|---|---|
protected LicenseNotary |
LicenseManager.getFTPLicenseNotary()
Returns a license notary configured to use the free trial period keystore parameters contained in the current license parameters - null is never returned. |
| Methods in de.schlichtherle.license.ftp with parameters of type LicenseNotary | |
|---|---|
protected LicenseContent |
LicenseManager.verify(LicenseNotary notary)
|
|
TrueLicense Core 1.33 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||