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.String createLicenseKey​(ILicenseContext context, ILicense license)
    Generates a key from the given license.
  • Method Details

    • createLicenseKey

      java.lang.String createLicenseKey​(ILicenseContext context, ILicense license)
      Generates a key from the given license.
      Parameters:
      context - the licensing context.
      license - the license to be created.
      Returns:
      the license key