|
TrueLicense Core 1.33 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LicenseCreator
Provides remote license creation services.
| Method Summary | |
|---|---|
byte[] |
create(LicenseContent content)
Initializes and validates the license content, creates a new signed license certificate for it and compresses, encrypts and returns it as a license key. |
| Method Detail |
|---|
byte[] create(LicenseContent content)
throws Exception
As a side effect, the given license content may be initialized
with some reasonable defaults unless the respective properties have
already been set.
content - The license content
- may not be null.
null is never returned.
Exception - An instance of a subclass of this class for various
reasons.
Note that you should always use
Throwable.getLocalizedMessage() to get a (possibly
localized) meaningful detail message.
|
TrueLicense Core 1.33 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||