Uses of Interface
io.keikaiex.license.LicenseParam
-
Packages that use LicenseParam Package Description io.keikaiex.license Manages licensing tasks like signing/verifying, validating, compressing/decompressing and encrypting/decrypting.io.keikaiex.rt -
-
Uses of LicenseParam in io.keikaiex.license
Classes in io.keikaiex.license that implement LicenseParam Modifier and Type Class Description classDefaultLicenseParamThis is a convenience class implementing theLicenseParaminterface.Methods in io.keikaiex.license that return LicenseParam Modifier and Type Method Description LicenseParamLicenseManager. getLicenseParam()Returns the license configuration parameters.Methods in io.keikaiex.license with parameters of type LicenseParam Modifier and Type Method Description voidLicenseManager. setLicenseParam(LicenseParam param)Sets the license configuration parameters.Constructors in io.keikaiex.license with parameters of type LicenseParam Constructor Description LicenseManager(LicenseParam param)Constructs a License Manager. -
Uses of LicenseParam in io.keikaiex.rt
Methods in io.keikaiex.rt with parameters of type LicenseParam Modifier and Type Method Description static RuntimeLicenseManagerRuntimeLicenseManager. getInstance(LicenseParam param)static RuntimeLicenseManagerRuntimeLicenseManager. getInstance(LicenseParam param, Refresh refresh)
-