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/_base.js

  • Provides:

    • dojox.encoding.digests._base
  • dojox.encoding.digests

    • alias - dojox.encoding.digests
  • dojox.encoding.digests.outputTypes

    • summary
      Enumeration for input and output encodings.
    • type
      Object
  • dojox.encoding.digests.outputTypes.Base64

    • type
      Number
  • dojox.encoding.digests.outputTypes.Hex

    • type
      Number
  • dojox.encoding.digests.outputTypes.String

    • type
      Number
  • dojox.encoding.digests.outputTypes.Raw

    • type
      Number
  • dojox.encoding.digests.addWords

    • parameters:
      • a: (typeof word)
      • b: (typeof word)
    • returns
      word
    • summary
      add a pair of words together with rollover
    • type
      Function
  • dojox.encoding.digests.stringToWord

    • parameters:
      • s: (typeof string)
    • returns
      word[]
    • summary
      convert a string to a word array
    • type
      Function
  • dojox.encoding.digests.wordToString

    • parameters:
      • wa: (typeof word[])
    • returns
      string
    • summary
      convert an array of words to a string
    • type
      Function
  • dojox.encoding.digests.wordToHex

    • parameters:
      • wa: (typeof word[])
    • returns
      string
    • summary
      convert an array of words to a hex tab
    • type
      Function
  • dojox.encoding.digests.wordToBase64

    • parameters:
      • wa: (typeof word[])
    • returns
      string
    • summary
      convert an array of words to base64 encoding, should be more efficient
      than using dojox.encoding.base64
    • type
      Function
  • dojox.encoding.digests._base

    • type
      Object
  • dojox.encoding

    • type
      Object
  • dojox

    • type
      Object