| Package | Description |
|---|---|
| net.nicholaswilliams.java.licensing |
| Modifier and Type | Method and Description |
|---|---|
License |
LicenseManager.getLicense(Object context)
If the license has already been cached for the specified context (account, client, etc.) and the cache has not
become stale (its age has not surpassed the cache time limitation configured for this manager), this returns the
cached license.
|
byte[] |
DataSignatureManager.signData(PrivateKey key,
byte[] data) |
void |
LicenseManager.verifyLicenseSignature(SignedLicense signedLicense)
This method verifies the signed license object's signature.
|
void |
DataSignatureManager.verifySignature(PublicKey key,
byte[] data,
byte[] signatureContent) |
Copyright © 2010-2013 NWTS Java Code. All Rights Reserved. Licensed Under the Apache License version 2.0.