Packagestimulsoft.base.licenses
Classpublic class StiLicenseKey
InheritanceStiLicenseKey Inheritance StiLicenseObject Inheritance Object



Public Properties
 PropertyDefined By
  activationDate : StiDateTime
StiLicenseKey
  endDate : StiDateTime
StiLicenseKey
  isProductLicense : Boolean
[read-only]
StiLicenseKey
  isServerLicense : Boolean
[read-only]
StiLicenseKey
  owner : String
StiLicenseKey
  planId : Object
StiLicenseKey
  productDescription : String
StiLicenseKey
  productFavIcon : ByteArray
StiLicenseKey
  productLogo : ByteArray
StiLicenseKey
  productName : String
StiLicenseKey
  products : Array
StiLicenseKey
  productUrl : String
StiLicenseKey
  seviceId : String
StiLicenseKey
  signature : String
StiLicenseKey
  startDate : StiDateTime
StiLicenseKey
  userName : String
StiLicenseKey
Protected Properties
 PropertyDefined By
 InheritedencryptKey : String = ieICWsADhNJQBsVv63j/tA==
StiLicenseObject
Public Methods
 MethodDefined By
  
StiLicenseKey
 Inherited
decryptFromBytes(bytes:ByteArray):void
StiLicenseObject
 Inherited
decryptFromString(str:String):void
StiLicenseObject
  
[static]
StiLicenseKey
  
[static]
StiLicenseKey
 Inherited
loadFromBytes(bytes:ByteArray):void
StiLicenseObject
 Inherited
loadFromString(str:String):void
StiLicenseObject
 Inherited
saveToString():String
StiLicenseObject
Property Detail
activationDateproperty
public var activationDate:StiDateTime

endDateproperty 
public var endDate:StiDateTime

isProductLicenseproperty 
isProductLicense:Boolean  [read-only]


Implementation
    public function get isProductLicense():Boolean
isServerLicenseproperty 
isServerLicense:Boolean  [read-only]


Implementation
    public function get isServerLicense():Boolean
ownerproperty 
public var owner:String

planIdproperty 
public var planId:Object

productDescriptionproperty 
public var productDescription:String

productFavIconproperty 
public var productFavIcon:ByteArray

productLogoproperty 
public var productLogo:ByteArray

productNameproperty 
public var productName:String

productsproperty 
public var products:Array

productUrlproperty 
public var productUrl:String

seviceIdproperty 
public var seviceId:String

signatureproperty 
public var signature:String

startDateproperty 
public var startDate:StiDateTime

userNameproperty 
public var userName:String

Method Detail
clone()method
public function clone():StiLicenseKey

Returns
StiLicenseKey
getFromByteArray()method 
public static function getFromByteArray(bytes:ByteArray):StiLicenseKey

Parameters

bytes:ByteArray

Returns
StiLicenseKey
getFromString()method 
public static function getFromString(str:String):StiLicenseKey

Parameters

str:String

Returns
StiLicenseKey