Module omix.api
Package omix.plugin

Interface LicenseKeyValidatorInterface


public interface LicenseKeyValidatorInterface
The license key validator checks the signature of a license key for validity.
Since:
Omix 1.5.0
Author:
Dr. Peter Droste
See Also:
LicenseKey.signature
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static LicenseKeyValidatorInterface DEFAULT
    Use the default validator in order to force Omix to use its own internal license key validator.
  • Method Summary

    Modifier and Type Method Description
    boolean checkSignature​(LicenseKey license)  
  • Field Details

    • DEFAULT

      static final LicenseKeyValidatorInterface DEFAULT
      Use the default validator in order to force Omix to use its own internal license key validator. This is only applicable if the license file was produced by the Omix vendor.
  • Method Details