Package | stimulsoft.base.licenses |
Class | public class StiLicenseKey |
Inheritance | StiLicenseKey ![]() ![]() |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
StiLicenseKey | |||
![]() | decryptFromBytes(bytes:ByteArray):void | StiLicenseObject | |
![]() | decryptFromString(str:String):void | StiLicenseObject | |
getFromByteArray(bytes:ByteArray):StiLicenseKey [static] | StiLicenseKey | ||
getFromString(str:String):StiLicenseKey [static] | StiLicenseKey | ||
![]() | loadFromBytes(bytes:ByteArray):void | StiLicenseObject | |
![]() | loadFromString(str:String):void | StiLicenseObject | |
![]() | saveToString():String | StiLicenseObject |
activationDate | property |
public var activationDate:StiDateTime
endDate | property |
public var endDate:StiDateTime
isProductLicense | property |
isProductLicense:Boolean
[read-only] public function get isProductLicense():Boolean
isServerLicense | property |
isServerLicense:Boolean
[read-only] public function get isServerLicense():Boolean
owner | property |
public var owner:String
planId | property |
public var planId:Object
productDescription | property |
public var productDescription:String
productFavIcon | property |
public var productFavIcon:ByteArray
productLogo | property |
public var productLogo:ByteArray
productName | property |
public var productName:String
products | property |
public var products:Array
productUrl | property |
public var productUrl:String
seviceId | property |
public var seviceId:String
signature | property |
public var signature:String
startDate | property |
public var startDate:StiDateTime
userName | property |
public var userName:String
clone | () | method |
getFromByteArray | () | method |
public static function getFromByteArray(bytes:ByteArray):StiLicenseKey
Parameters
bytes:ByteArray |
StiLicenseKey |
getFromString | () | method |
public static function getFromString(str:String):StiLicenseKey
Parameters
str:String |
StiLicenseKey |