YQLCrypto Class
Item Index
Methods
execute
-
code
-
callbackFunction
-
params
-
opts
This method wraps the YQL execute data table which executes inline Javascript on the YQL server. YQL Server side Javascript documentation is here: http://developer.yahoo.com/yql/guide/yql-javascript-objects.html
hmacSha1
-
string
-
secret
-
callbackFunction
-
params
-
opts
Generates a sha1 hash-based message authentication code. The result is expressed as a hex value.
hmacSha1_b64
-
string
-
secret
-
callbackFunction
-
params
-
opts
Generates a sha1 hash-based message authentication code. The result is expressed as a base 64 encoded value.
hmacSha256
-
string
-
secret
-
callbackFunction
-
params
-
opts
Generates a sha256 hash-based message authentication code. The result is expressed as a hex value.
hmacSha256_b64
-
string
-
secret
-
callbackFunction
-
params
-
opts
Generates a sha256 hash-based message authentication code. The result is expressed as a base 64 encoded value.
md5
-
string
-
callbackFunction
-
params
-
opts
Generates an md5 hash. The result is expressed as a hex value.
md5_b64
-
string
-
callbackFunction
-
params
-
opts
Generates an md5 hash. The result is expressed as a base 64 encoded value.
sha1
-
string
-
callbackFunction
-
params
-
opts
Generates a sha1 hash. The result is expressed as a hex value.
sha1_b64
-
string
-
callbackFunction
-
params
-
opts
Generates a sha1 hash. The result is expressed as a base 64 encoded value.