| Package | Description |
|---|---|
| rs.baselib.licensing |
Helper methods for licensing products.
|
| rs.baselib.licensing.internal |
Internal Licensing implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLicense
Abstract implementation of a license.
|
class |
DefaultLicense
Default implementation of a license.
|
class |
SimpleLicense
A limited, simple implementation of a license.
|
| Modifier and Type | Method and Description |
|---|---|
ILicense |
LicenseManager.verify(String licenseKey,
ILicenseContext context)
Verifies the given license string.
|
ILicense |
ILicenseVerifier.verify(String licenseKey,
ILicenseContext context)
Verifies the given license string.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LicenseGenerator.createLicenseKey(ILicenseContext context,
ILicense license)
Generates a key from the given license.
|
String |
ILicenseCreator.createLicenseKey(ILicenseContext context,
ILicense license)
Generates a key from the given license.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LicenseGenerator.createLicenseKey(Class<? extends ILicense> licenseClass,
ILicenseContext context)
Generates a license key using the given license class and context.
|
| Modifier and Type | Method and Description |
|---|---|
ILicense |
RsaLicenseVerifier.verify(String licenseKey,
ILicenseContext context)
Verifies the given license string.
|
ILicense |
OctetLicenseVerifier.verify(String licenseKey,
ILicenseContext context)
Verifies the given license string.
|
| Modifier and Type | Method and Description |
|---|---|
String |
OctetLicenseCreator.createLicenseKey(ILicenseContext context,
ILicense license)
Generates a key from the given license.
|
String |
RsaLicenseCreator.createLicenseKey(ILicenseContext context,
ILicense license)
Generates a key from the given license.
|
Copyright © 2014. All rights reserved.