Package rs.baselib.licensing
Interface ILicenseCreator
- All Known Implementing Classes:
OctetLicenseCreator,RsaLicenseCreator
public interface ILicenseCreator
Internal interface for implementations of license generators.
- Author:
- ralph
-
Method Summary
Modifier and Type Method Description java.lang.StringcreateLicenseKey(ILicenseContext context, ILicense license)Generates a key from the given license.
-
Method Details
-
createLicenseKey
Generates a key from the given license.- Parameters:
context- the licensing context.license- the license to be created.- Returns:
- the license key
-