JSJaC

Class GLOBALS

Object
   |
   +--GLOBALS

class GLOBALS

 
Method Summary
<static> Object b64_hmac_md5(key, data)
          
<static> Object b64_hmac_sha1(key, data)
          
<static> Object b64_md5(s)
          
<static> Object b64_sha1(s)
          
<static> void b64arrays()
          
<static> Object b64d2t(d)
          
<static> Object b64t2d(t)
          
<static> Object binb2b64(binarray)
          
<static> Object binb2hex(binarray)
          
<static> Object binb2str(bin)
          
<static> Object binl2b64(binarray)
          
<static> Object binl2hex(binarray)
          
<static> Object binl2str(bin)
          
<static> Object bit_rol(num, cnt)
          
<static> Object cnonce(size)
          
<static> Object core_hmac_md5(key, data)
          
<static> Object core_hmac_sha1(key, data)
          
<static> Object core_md5(x, len)
          
<static> Object core_sha1(x, len)
          
<static> Object hex_hmac_md5(key, data)
          
<static> Object hex_hmac_sha1(key, data)
          
<static> Object hex_md5(s)
          
<static> Object hex_sha1(s)
          
<static> Object md5_cmn(q, a, b, x, s, t)
          
<static> Object md5_ff(a, b, c, d, x, s, t)
          
<static> Object md5_gg(a, b, c, d, x, s, t)
          
<static> Object md5_hh(a, b, c, d, x, s, t)
          
<static> Object md5_ii(a, b, c, d, x, s, t)
          
<static> Object md5_vm_test()
          
<static> Object rol(num, cnt)
          
<static> Object safe_add(x, y)
          
<static> Object sha1_ft(t, b, c, d)
          
<static> Object sha1_kt(t)
          
<static> Object sha1_vm_test()
          
<static> Object str2binb(str)
          
<static> Object str2binl(str)
          
<static> Object str_hmac_md5(key, data)
          
<static> Object str_hmac_sha1(key, data)
          
<static> Object str_md5(s)
          
<static> Object str_sha1(s)
          
<static> Object utf8d2t(d)
          
<static> Object utf8t2d(t)
          


Method Detail

b64_hmac_md5

<static> Object b64_hmac_md5(key, data)

b64_hmac_sha1

<static> Object b64_hmac_sha1(key, data)

b64_md5

<static> Object b64_md5(s)

b64_sha1

<static> Object b64_sha1(s)

b64arrays

<static> void b64arrays()

b64d2t

<static> Object b64d2t(d)

b64t2d

<static> Object b64t2d(t)

binb2b64

<static> Object binb2b64(binarray)

binb2hex

<static> Object binb2hex(binarray)

binb2str

<static> Object binb2str(bin)

binl2b64

<static> Object binl2b64(binarray)

binl2hex

<static> Object binl2hex(binarray)

binl2str

<static> Object binl2str(bin)

bit_rol

<static> Object bit_rol(num, cnt)

cnonce

<static> Object cnonce(size)

core_hmac_md5

<static> Object core_hmac_md5(key, data)

core_hmac_sha1

<static> Object core_hmac_sha1(key, data)

core_md5

<static> Object core_md5(x, len)

core_sha1

<static> Object core_sha1(x, len)

hex_hmac_md5

<static> Object hex_hmac_md5(key, data)

hex_hmac_sha1

<static> Object hex_hmac_sha1(key, data)

hex_md5

<static> Object hex_md5(s)

hex_sha1

<static> Object hex_sha1(s)

md5_cmn

<static> Object md5_cmn(q, a, b, x, s, t)

md5_ff

<static> Object md5_ff(a, b, c, d, x, s, t)

md5_gg

<static> Object md5_gg(a, b, c, d, x, s, t)

md5_hh

<static> Object md5_hh(a, b, c, d, x, s, t)

md5_ii

<static> Object md5_ii(a, b, c, d, x, s, t)

md5_vm_test

<static> Object md5_vm_test()

rol

<static> Object rol(num, cnt)

safe_add

<static> Object safe_add(x, y)

sha1_ft

<static> Object sha1_ft(t, b, c, d)

sha1_kt

<static> Object sha1_kt(t)

sha1_vm_test

<static> Object sha1_vm_test()

str2binb

<static> Object str2binb(str)

str2binl

<static> Object str2binl(str)

str_hmac_md5

<static> Object str_hmac_md5(key, data)

str_hmac_sha1

<static> Object str_hmac_sha1(key, data)

str_md5

<static> Object str_md5(s)

str_sha1

<static> Object str_sha1(s)

utf8d2t

<static> Object utf8d2t(d)

utf8t2d

<static> Object utf8t2d(t)

JSJaC

Documentation generated by JSDoc on Tue Apr 5 02:10:38 2016