Uses of Class
com.stimulsoft.base.licenses.StiLicenseKey

Packages that use StiLicenseKey
com.stimulsoft.base.licenses   
 

Uses of StiLicenseKey in com.stimulsoft.base.licenses
 

Fields in com.stimulsoft.base.licenses declared as StiLicenseKey
 StiLicenseKey StiLicenseActivationResponse.licenseKey
           
 

Methods in com.stimulsoft.base.licenses that return StiLicenseKey
static StiLicenseKey StiLicenseKey.get(byte[] bytes)
           
static StiLicenseKey StiLicenseKey.get(java.lang.String str)
           
static StiLicenseKey StiLicenseKeyValidator.getLicenseKey()
           
 StiLicenseKey StiLicenseActivationResponse.getLicenseKey()
           
static StiLicenseKey StiLicense.getLicenseKey()
           
 

Methods in com.stimulsoft.base.licenses with parameters of type StiLicenseKey
static boolean StiLicenseKeyValidator.isValid(StiProductIdent ident, StiLicenseKey key)
           
static boolean StiLicenseKeyValidator.isValidInDesignerOrOnSpecifiedPlatform(StiProductIdent ident, StiLicenseKey key)
           
static boolean StiLicenseKeyValidator.isValidOnAnyPlatform(StiLicenseKey key)
           
static boolean StiLicenseKeyValidator.isValidOnJavaFramework(StiLicenseKey key)
           
static StiLicenseActivationResponse StiLicenseActivationResponse.makeFine(StiLicenseKey licenseKey)
           
 void StiLicenseActivationResponse.setLicenseKey(StiLicenseKey licenseKey)
           
static void StiLicense.setLicenseKey(StiLicenseKey licenseKey)