Skip to content

Modules.Crypto.DecodeDataDict

Simple object passed to Modules.Crypto.decodeData to decode data into a Titanium.Buffer.

Properties #

source#

Type: Titanium.Buffer

The Titanium.Buffer to decode

type#

Type: String

The format of the returned string:

* TYPE_BASE64STRING - source is a base64 encoded string
* TYPE_HEXSTRING - source is a hexadecimal formatted string

Titanium SDK Documentation