Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojox/encoding/digests/SHA1.js

  • Provides:

    • dojox.encoding.digests.SHA1
  • Requires:

    • dojox.encoding.digests._base in common
  • dojox.encoding.digests

    • alias - dojox.encoding.digests
  • dojox.encoding.digests.SHA1

    • parameters:
      • data: (typeof String)
      • outputType: (typeof dojox.encoding.digests.outputTypes)
    • returns
      word[]|string
    • summary
      Computes the SHA1 digest of the data, and returns the result according to output type.
    • type
      Function
  • dojox.encoding.digests.SHA1._hmac

    • parameters:
      • data: (typeof string)
      • key: (typeof string)
      • outputType: (typeof dojox.encoding.digests.outputTypes)
    • returns
      word[]|string
    • summary
      computes the digest of data, and returns the result according to type outputType
    • type
      Function
  • dojox.encoding

    • type
      Object
  • dojox

    • type
      Object