| Package | Description |
|---|---|
| net.nicholaswilliams.java.licensing | |
| net.nicholaswilliams.java.licensing.encryption | |
| net.nicholaswilliams.java.licensing.licensor |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
FilePrivateKeyDataProvider.getEncryptedPrivateKeyData()
This method returns the data from the file containing the encrypted
private key from the public/private key pair.
|
byte[] |
PrivateKeyDataProvider.getEncryptedPrivateKeyData()
This method returns the data from the file containing the encrypted
private key from the public/private key pair.
|
byte[] |
PublicKeyDataProvider.getEncryptedPublicKeyData()
This method returns the data from the file containing the encrypted
public key from the public/private key pair.
|
byte[] |
FilePublicKeyDataProvider.getEncryptedPublicKeyData()
This method returns the data from the file containing the encrypted
public key from the public/private key pair.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
LicenseCreator.signAndSerializeLicense(License license)
Takes a license object and creates a secure and serialized version of it for delivery to the customer.
|
byte[] |
LicenseCreator.signAndSerializeLicense(License license,
char[] licensePassword)
Takes a license object and creates a secure and serialized version of it for delivery to the customer.
|
SignedLicense |
LicenseCreator.signLicense(License license)
Takes a license object and creates a secure version of it for serialization and delivery to the customer.
|
SignedLicense |
LicenseCreator.signLicense(License license,
char[] licensePassword)
Takes a license object and creates a secure version of it for serialization and delivery to the customer.
|
Copyright © 2010-2013 NWTS Java Code. All Rights Reserved. Licensed Under the Apache License version 2.0.