|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jp.protection.pub.LicenseReader
com.jp.protection.priv.ProductLicenseReader
public class ProductLicenseReader
This class is intended to read a license, decode it, hold the already read license and notify interested listeners about reading process and its results. In addition to the core functionality this class provides initialization of the security key bytes and algorithm according to the values of the supplied product
| Field Summary | |
|---|---|
protected Product |
fProduct
|
| Fields inherited from class com.jp.protection.pub.LicenseReader |
|---|
fClassForLoadLicenseResource, fDecryptKeyBytes, fLicense, fLicenseFileName, fLicenseFolder, fLicenseRead, fLicenseReaderIssueResolver, fLicenseResourceFolder, fSearchLicenseInFile, fSecurityAlgorithm, fSecurityProvider, fSkipEncryption, fUserHomeRelative, fVerbose |
| Constructor Summary | |
|---|---|
ProductLicenseReader()
Creates a new instance of the ProductLicenseReader |
|
ProductLicenseReader(Product aProduct)
Creates a new instance of the ProductLicenseReader and initializes
it with a product |
|
| Method Summary | |
|---|---|
Product |
getProduct()
Returns the product for which licenses would be read |
void |
setProduct(Product aProduct)
Specifies the product for which licenses would be read |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Product fProduct
| Constructor Detail |
|---|
public ProductLicenseReader(Product aProduct)
ProductLicenseReader and initializes
it with a product
aProduct - product to read licenses forpublic ProductLicenseReader()
ProductLicenseReader
| Method Detail |
|---|
public Product getProduct()
public void setProduct(Product aProduct)
aProduct - the product for which licenses would be read
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||