| Package | Description |
|---|---|
| net.nicholaswilliams.java.licensing |
| Modifier and Type | Method and Description |
|---|---|
SignedLicense |
DeserializingLicenseProvider.deserializeLicense(byte[] data) |
SignedLicense |
LicenseProvider.getLicense(Object context)
Gets the stored, still-encrypted license content and signature from the persistence store.
|
SignedLicense |
DeserializingLicenseProvider.getLicense(Object context)
Gets the stored, still-encrypted license content and signature from the persistence store.
|
| Modifier and Type | Method and Description |
|---|---|
License |
LicenseManager.decryptAndVerifyLicense(SignedLicense signedLicense)
This method verifies the signed license object's signature, then decrypts the signed license and returns the
decrypted license.
|
void |
LicenseManager.verifyLicenseSignature(SignedLicense signedLicense)
This method verifies the signed license object's signature.
|
Copyright © 2010-2013 NWTS Java Code. All Rights Reserved. Licensed Under the Apache License version 2.0.