Package rs.baselib.licensing
Interface ILicenseVerifier
- All Known Implementing Classes:
OctetLicenseVerifier,RsaLicenseVerifier
public interface ILicenseVerifier
Internal interface for implementations of license generators.
- Author:
- ralph
-
Method Summary
Modifier and Type Method Description ILicenseverify(java.lang.String licenseKey, ILicenseContext context)Verifies the given license string.
-
Method Details
-
verify
Verifies the given license string.- Parameters:
licenseKey- the license stringcontext- the verification context- Returns:
- the license verified
-