| Package | Description |
|---|---|
| com.verhas.licensor |
This package contains all the classes of license3j.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedLicense
ExtendedLicense supports not only String features, but also Integer, Date and
URL features.
|
| Modifier and Type | Method and Description |
|---|---|
License |
License.loadKey(File fin,
String userId)
Load the secret key to be used to encrypt a license.
|
License |
License.loadKey(InputStream inputStream,
String userId)
Load the secret key to be used to encrypt the license.
|
License |
License.loadKey(String fn,
String keyId)
Load the secret key to be used to encrypt a license.
|
License |
License.loadKeyRing(File file,
byte[] digest)
Load a key ring from a file.
|
License |
License.loadKeyRing(InputStream in,
byte[] digest)
Load a key ring from an input stream that can be used to verify a
license.
|
License |
License.loadKeyRing(String fileName,
byte[] digest)
Load a key ring from a file.
|
License |
License.setLicense(File file)
Set the license values from a clear text file.
|
License |
License.setLicenseEncoded(String licenseStringEncoded)
Open an encoded license from the string literal.
|
License |
License.setLicenseEncodedFromFile(String fileName)
Open an encoded license from a file.
|
License |
License.setLicenseEncodedFromResource(String resourceName)
Open an encoded license from a Java resource.
|
Copyright © 2015. All Rights Reserved.