Uses of Interface
rs.baselib.licensing.ILicenseCreator
| Package | Description |
|---|---|
| rs.baselib.licensing |
Helper methods for licensing products.
|
| rs.baselib.licensing.internal |
Internal Licensing implementations.
|
-
Uses of ILicenseCreator in rs.baselib.licensing
Methods in rs.baselib.licensing that return ILicenseCreator Modifier and Type Method Description ILicenseCreatorILicensingScheme. getLicenseCreator()Returns an instance of the responsible license creator implementation.ILicenseCreatorLicenseGenerator. getLicenseCreator()Returns theLicenseGenerator.licenseCreator.ILicenseCreatorLicensingScheme. getLicenseCreator()Returns an instance of the responsible license creator implementation.Constructors in rs.baselib.licensing with parameters of type ILicenseCreator Constructor Description LicenseGenerator(ILicenseCreator licenseCreator)Constructor. -
Uses of ILicenseCreator in rs.baselib.licensing.internal
Classes in rs.baselib.licensing.internal that implement ILicenseCreator Modifier and Type Class Description classOctetLicenseCreatorCreates an Octet License.classRsaLicenseCreatorCreates a full license.