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/crypto/RSAKey.js

  • Provides:

    • dojox.encoding.crypto.RSAKey
  • Requires:

    • dojox.math.BigInteger in common
    • dojox.math.random.Simple in common
  • dojox.encoding.crypto.RSAKey

    • type
      Function
    • parameters:
      • rngf
    • summary
      "empty" RSA key constructor
      rndf: Function?:
      function that returns an instance of a random number generator
      (see dojox.math.random for details)
  • dojox.encoding.crypto.RSAKey.constructor

    • constructor - constructor
    • type
      Function
    • parameters:
      • rngf
    • summary
      "empty" RSA key constructor
      rndf: Function?:
      function that returns an instance of a random number generator
      (see dojox.math.random for details)
  • dojox.encoding.crypto.RSAKey.setPublic

    • parameters:
      • N
      • E
    • summary
      Set the public key fields N and e from hex strings
    • type
      Function
  • dojox.encoding.crypto.RSAKey.n

    • type
      Object
  • dojox.encoding.crypto.RSAKey.e

    • type
      Number
  • dojox.encoding.crypto.RSAKey.encrypt

    • parameters:
      • text
    • type
      Function
  • dojox.encoding.crypto.RSAKey.rngf

    • type
      Object
  • dojox.encoding.crypto.RSAKey.d

    • type
      Object
  • dojox.encoding.crypto.RSAKey.p

    • type
      Object
  • dojox.encoding.crypto.RSAKey.q

    • type
      Object
  • dojox.encoding.crypto.RSAKey.dmp1

    • type
      Object
  • dojox.encoding.crypto.RSAKey.dmq1

    • type
      Object
  • dojox.encoding.crypto.RSAKey.coeff

    • type
      Object
  • dojox.math

    • alias - dojox.math
  • dojox.math.BigInteger

    • alias - dojox.math.BigInteger
  • dojox.math.random.Simple

    • alias - dojox.math.random.Simple
  • dojox.encoding.crypto

    • type
      Object
  • dojox.encoding

    • type
      Object
  • dojox

    • type
      Object