com.jp.protection.pub
Interface LicenseReader.Storage

All Known Implementing Classes:
LicenseReader.FileStorage, LicenseReader.InMemoryStorage
Enclosing class:
LicenseReader

public static interface LicenseReader.Storage


Method Summary
 boolean backupLicense()
           
 boolean canRestoreLicenseFromBackup()
           
 java.io.InputStream getBackupLicenseInputStream()
           
 java.io.InputStream getLicenseInputStream()
           
 java.io.OutputStream getLicenseOutputStream()
           
 boolean isSupportsLicenseBackup()
           
 boolean removeLicense()
           
 boolean restoreLicenseFromBackup()
           
 

Method Detail

getLicenseInputStream

java.io.InputStream getLicenseInputStream()

getLicenseOutputStream

java.io.OutputStream getLicenseOutputStream()

isSupportsLicenseBackup

boolean isSupportsLicenseBackup()

canRestoreLicenseFromBackup

boolean canRestoreLicenseFromBackup()

restoreLicenseFromBackup

boolean restoreLicenseFromBackup()

backupLicense

boolean backupLicense()

getBackupLicenseInputStream

java.io.InputStream getBackupLicenseInputStream()

removeLicense

boolean removeLicense()