class ActivationCodeInfo : Info
Serialized and signed ActivationDescriptorInfo.
User: Kirill, Date: 05.08.13 17:59
ActivationCodeInfo()
Serialized and signed ActivationDescriptorInfo. |
var activationDescriptorInfo: String?
Json serialized ActivationDescriptorInfo. |
|
var activationInfoVersion: Int
Version of ActivationInfo, Android device has to support all the previous versions to avoid reactivation. Also this version changes when public/private key for .signature generation is changed, or algorithm of serializing .activationDescriptorInfo is changed |
|
var publicKeyFileName: String?
The file name for the public key, which should be used for .signature. |
|
var signature: String?
Digital signature of .activationDescriptorInfo. |
fun Info.toJson(): String |