Deprecated API


Contents
Deprecated Classes
com.jp.protection.priv.products.CRCEntry
          since 3.0 used only to support serialized products storage 
com.jp.protection.pub.CRCHost
          since 3.0 use IntegrityHost instead 
com.jp.protection.pub.pro.CRCHostPro
          since 3.0 use IntegrityHostPro instead 
com.jp.protection.priv.pro.SerialNumber
          since v2.0; Please use SerialNumber2 and related classes and methods instead 
 

Deprecated Fields
com.jp.protection.pub.IntegrityHost.ALGORITHM_CRC32
          since 2.0 use SHA1 or MD5 instead 
 

Deprecated Methods
com.jp.protection.pub.IntegrityHost.checkStatic(String[], long)
          since 2.0 
com.jp.protection.priv.products.Product.getCompany()
          use getLauncherConfig().getCompany() instead 
com.jp.protection.priv.products.Product.getCopyright()
          use getLauncherConfig().getCopyright() instead 
com.jp.protection.pub.IntegrityHost.getCRC()
          since 2.0 use getCheckDigest() instead 
com.jp.protection.pub.IntegrityHost.getCRCEntries()
          since 3.0 use getDigestEntries() instead 
com.jp.protection.priv.products.Product.getLicenseFileName()
          use getLauncherConfig().getLicenseFileName() instead 
com.jp.protection.priv.products.Product.getLicenseFolder()
          use getLauncherConfig().getLicenseFolder() instead 
com.jp.protection.priv.products.Product.getLicenseResourceFolder()
          use getLauncherConfig().getLicenseResourceFolder() instead 
com.jp.protection.pub.LicenseReader.getPrivateKeyBytes()
          use getDecryptKeyBytes() instead 
com.jp.protection.priv.products.Product.getPrivateKeyBytes()
          use getDecryptKeyBytes() instead 
com.jp.protection.priv.products.Product.getPrivateKeyBytesStr()
          use getDecryptKeyBytesStr() instead 
com.jp.protection.priv.LicenseWriter.getPublicKeyBytes()
          use getEncryptKeyBytes() instead 
com.jp.protection.priv.products.Product.getPublicKeyBytes()
          use getEncryptKeyBytes() instead 
com.jp.protection.priv.products.Product.getSecretStorageFileName()
          use getLauncherConfig().getSecretStorageProviders() instead 
com.jp.protection.priv.products.Product.getSecretStorageFolder()
          use getLauncherConfig().getSecretStorageProviders() instead 
com.jp.protection.pub.pro.LicenseHostPro.isCheckNumberOfCopies()
          use isNetworkCheckEnabled() instead 
com.jp.protection.priv.products.Product.isLicenseUserHomeRelative()
          use getLauncherConfig().isLicenseUserHomeRelative() instead 
com.jp.protection.gui.dialogs.LicensingWizard.isRequestEvalEnabled()
          since v2.0. Use setOptions() instead. 
com.jp.protection.gui.dialogs.pro.DefaultLicenseReaderIssueResolverPro.isRequestEvalEnabled()
          since v2.0. Use setLicensingWizardOptions() instead. 
com.jp.protection.gui.dialogs.LicensingWizard.isRequestExtEvaluation()
          since v2.0. Use setOptions() instead. 
com.jp.protection.priv.products.Product.isSecretStorageUserHomeRelative()
          use getLauncherConfig().getSecretStorageProviders() instead 
com.jp.protection.gui.dialogs.pro.LicensingWizardPro.isSkipCustomerInfoForSerialNumbers()
          since v2.0. Use setOptions() instead. 
com.jp.protection.gui.dialogs.pro.DefaultLicenseReaderIssueResolverPro.isSkipCustomerInfoForSerialNumbers()
          since v2.0. Use setLicensingWizardOptions() instead. 
com.jp.protection.pub.pro.LicenseHostPro.setCheckNumberOfCopies(boolean)
          use setNetworkCheckEnabled() instead 
com.jp.protection.priv.products.Product.setCompany(String)
          use getLauncherConfig().setCompany() instead 
com.jp.protection.priv.products.Product.setCopyright(String)
          use getLauncherConfig().setCopyright() instead 
com.jp.protection.pub.IntegrityHost.setCRC(long)
          since 2.0 use setCheckDigest() instead 
com.jp.protection.pub.IntegrityHost.setCRCEntries(String[])
          since 3.0 use setDigestEntries() instead 
com.jp.protection.priv.products.Product.setLicenseFileName(String)
          use getLauncherConfig().setLicenseFileName() instead 
com.jp.protection.priv.products.Product.setLicenseResourceFolder(String)
          use getLauncherConfig().setLicenseResourceFolder() instead 
com.jp.protection.priv.products.Product.setLicenseUserHomeRelative(boolean)
          use getLauncherConfig().setLicenseUserHomeRelative() instead 
com.jp.protection.pub.LicenseReader.setPrivateKeyBytes(byte[])
          use setDecryptKeyBytes() instead 
com.jp.protection.priv.products.Product.setPrivateKeyBytes(byte[])
          use setDecryptKeyBytes(...) instead 
com.jp.protection.pub.LicenseReader.setPrivateKeyBytes(String)
          use setDecryptKeyBytes() instead 
com.jp.protection.pub.LicenseImpl.setProductFeatureSupported(String, boolean)
          since 1.2 use setProductFeatureSupported(aFeature, anIndex, aValue) instead 
com.jp.protection.priv.LicenseWriter.setPublicKeyBytes(byte[])
          use setEncryptKeyBytes(...) instead 
com.jp.protection.priv.products.Product.setPublicKeyBytes(byte[])
          use setEncryptKeyBytes(...) instead 
com.jp.protection.gui.dialogs.LicensingWizard.setRequestEvalEnabled(boolean)
          since v2.0. Use setOptions() instead. 
com.jp.protection.gui.dialogs.pro.DefaultLicenseReaderIssueResolverPro.setRequestEvalEnabled(boolean)
          since v2.0. Use setLicensingWizardOptions() instead. 
com.jp.protection.gui.dialogs.LicensingWizard.setRequestExtEvaluation(boolean)
          since v2.0. Use setOptions() instead. 
com.jp.protection.priv.products.Product.setSecretStorageFileName(String)
          use getLauncherConfig().getSecretStorageProviders() instead 
com.jp.protection.priv.products.Product.setSecretStorageFolder(String)
          use getLauncherConfig().getSecretStorageProviders() instead 
com.jp.protection.priv.products.Product.setSecretStorageUserHomeRelative(boolean)
          use getLauncherConfig().getSecretStorageProviders() instead 
com.jp.protection.gui.dialogs.pro.LicensingWizardPro.setSkipCustomerInfoForSerialNumbers(boolean)
          since v2.0. Use setOptions() instead. 
com.jp.protection.gui.dialogs.pro.DefaultLicenseReaderIssueResolverPro.setSkipCustomerInfoForSerialNumbers(boolean)
          since v2.0. Use setLicensingWizardOptions() instead. 
 

Deprecated Constructors
com.jp.protection.pub.CRCHost(String[], long)
          use CRCHost(String[] aCRCEntries, byte[] aCheckBytes) instead 
com.jp.protection.pub.IntegrityHost(String[], long)
          use IntegrityHost(String[] aDigestEntries, byte[] aCheckBytes) instead