Interface LicenseDecoder<T>
-
- All Known Implementing Classes:
JwtLicenseDecoder,ServerLicenseDecoder
public interface LicenseDecoder<T>$Id$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TdecodeLicenseKey(String licenseKey)
-
-
-
Method Detail
-
decodeLicenseKey
T decodeLicenseKey(String licenseKey) throws InvalidLicenseKeyException
- Throws:
InvalidLicenseKeyException
-
-