com.stimulsoft.base.licenses
Class StiLicenseKeyContainer

java.lang.Object
  extended by com.stimulsoft.base.elements.StiKeyObject
      extended by com.stimulsoft.base.licenses.StiLicenseKeyContainer

public class StiLicenseKeyContainer
extends StiKeyObject

Copyright Stimulsoft


Field Summary
 java.lang.String checkSum
           
 byte[] license
           
 
Constructor Summary
StiLicenseKeyContainer()
           
 
Method Summary
 java.lang.String getCheckSum()
           
 byte[] getLicense()
           
 void setCheckSum(java.lang.String checkSum)
           
 void setLicense(byte[] license)
           
 
Methods inherited from class com.stimulsoft.base.elements.StiKeyObject
getKey, isStored, setKey, setStored
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

checkSum

public java.lang.String checkSum

license

public byte[] license
Constructor Detail

StiLicenseKeyContainer

public StiLicenseKeyContainer()
Method Detail

getCheckSum

public java.lang.String getCheckSum()
Returns:
the checkSum

setCheckSum

public void setCheckSum(java.lang.String checkSum)
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