|
TrueLicense Core 1.33 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LicenseVerifier
Provides remote license verification services.
| Method Summary | |
|---|---|
LicenseContent |
verify(byte[] key)
Decrypts, decompresses, decodes and verifies the given license key, validates its license content and returns it. |
| Method Detail |
|---|
LicenseContent verify(byte[] key)
throws Exception
key - The license key
- 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 | ||||||||