|
|||||||||
| 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.pub.pro.ls.BasicLauncherConfigStorage.EntryLicenseReader
public static class BasicLauncherConfigStorage.EntryLicenseReader
Specific implementation of the License Reader intended to work with the license entry
| Field Summary | |
|---|---|
protected LicenseStorage.LicenseEntry |
fEntry
|
protected BasicLauncherConfigStorage |
fLauncherConfigStorage
|
| 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 | |
|---|---|
BasicLauncherConfigStorage.EntryLicenseReader(BasicLauncherConfigStorage aLauncherConfigStorage,
LicenseStorage.LicenseEntry aEntry)
Creates a new instance of the EntryLicenseReader |
|
BasicLauncherConfigStorage.EntryLicenseReader(LicenseStorage.LicenseEntry aEntry)
Creates a new instance of the EntryLicenseReader |
|
| Method Summary | |
|---|---|
java.io.InputStream |
getLicenseFileInputStream()
Returns input stream to read license from file |
java.lang.String |
getLicenseFileLocation()
Returns path of license file |
java.io.InputStream |
getLicenseInputStream()
Returns input stream to read license from |
java.io.OutputStream |
getLicenseOutputStream()
Returns output stream to write license to. |
java.io.InputStream |
getLicenseResourceInputStream()
Returns input stream to read license from the application resource |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected LicenseStorage.LicenseEntry fEntry
protected BasicLauncherConfigStorage fLauncherConfigStorage
| Constructor Detail |
|---|
public BasicLauncherConfigStorage.EntryLicenseReader(BasicLauncherConfigStorage aLauncherConfigStorage,
LicenseStorage.LicenseEntry aEntry)
EntryLicenseReader
aLauncherConfigStorage - launcher configuration storageaEntry - license entrypublic BasicLauncherConfigStorage.EntryLicenseReader(LicenseStorage.LicenseEntry aEntry)
EntryLicenseReader
aEntry - license entry| Method Detail |
|---|
public java.io.InputStream getLicenseInputStream()
LicenseReader
getLicenseInputStream in class LicenseReaderpublic java.io.InputStream getLicenseFileInputStream()
LicenseReader
getLicenseFileInputStream in class LicenseReaderpublic java.io.InputStream getLicenseResourceInputStream()
LicenseReader
getLicenseResourceInputStream in class LicenseReaderpublic java.lang.String getLicenseFileLocation()
LicenseReader
getLicenseFileLocation in class LicenseReaderpublic java.io.OutputStream getLicenseOutputStream()
LicenseReader
getLicenseOutputStream in class LicenseReader
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||