Modules.Crypto.EncodeDataDict
Simple object passed to Modules.Crypto.encodeData to encode data into a Titanium.Buffer.
Properties #
type#
Type: String
The data type of the source object:
* TYPE_BASE64STRING - source is a base64 encoded string
* TYPE_HEXSTRING - source is a hexadecimal formatted string
* TYPE_BLOB - source is a Titanium.Blob object