Package com.stimulsoft.base.licenses
Class StiLicenseKeyContainer
java.lang.Object
com.stimulsoft.base.elements.StiKeyObject
com.stimulsoft.base.licenses.StiLicenseKeyContainer
Copyright Stimulsoft
-
Field Summary
FieldsFields inherited from class com.stimulsoft.base.elements.StiKeyObject
key, stored -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]voidsetCheckSum(String checkSum) voidsetLicense(byte[] license) Methods inherited from class com.stimulsoft.base.elements.StiKeyObject
getKey, isStored, setKey, setStored
-
Field Details
-
checkSum
-
license
public byte[] license
-
-
Constructor Details
-
StiLicenseKeyContainer
public StiLicenseKeyContainer()
-
-
Method Details
-
getCheckSum
- Returns:
- the checkSum
-
setCheckSum
- Parameters:
checkSum- the checkSum to set
-
getLicense
public byte[] getLicense()- Returns:
- the license
-
setLicense
public void setLicense(byte[] license) - Parameters:
license- the license to set
-