com.stimulsoft.base.licenses
Class StiLicenseKeyValidator

java.lang.Object
  extended by com.stimulsoft.base.licenses.StiLicenseKeyValidator

public class StiLicenseKeyValidator
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiLicenseKeyValidator()
           
 
Method Summary
static StiLicenseKey getLicenseKey()
           
static boolean isValid(StiProductIdent ident, StiLicenseKey key)
           
static boolean isValidInDesignerOrOnSpecifiedPlatform(StiProductIdent ident, StiLicenseKey key)
           
static boolean isValidOnAnyPlatform(StiLicenseKey key)
           
static boolean isValidOnJavaFramework(StiLicenseKey key)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiLicenseKeyValidator

public StiLicenseKeyValidator()
Method Detail

isValid

public static boolean isValid(StiProductIdent ident,
                              StiLicenseKey key)

isValidOnJavaFramework

public static boolean isValidOnJavaFramework(StiLicenseKey key)

isValidOnAnyPlatform

public static boolean isValidOnAnyPlatform(StiLicenseKey key)

isValidInDesignerOrOnSpecifiedPlatform

public static boolean isValidInDesignerOrOnSpecifiedPlatform(StiProductIdent ident,
                                                             StiLicenseKey key)

getLicenseKey

public static StiLicenseKey getLicenseKey()