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-ext.js

  • Provides:

    • dojox.encoding.crypto.RSAKey-ext
  • Requires:

    • dojox.encoding.crypto.RSAKey in common
  • dojox.encoding.crypto.RSAKey

    • type
      Function
  • dojox.encoding.crypto.RSAKey.setPrivate

    • parameters:
      • N
      • E
      • D
    • summary
      Set the private key fields N, e, d and CRT params from hex strings
    • type
      Function
  • dojox.encoding.crypto.RSAKey.setPrivate.n

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

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

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

    • parameters:
      • N
      • E
      • D
      • P
      • Q
      • DP
      • DQ
      • C
    • summary
      Set the private key fields N, e, d and CRT params from hex strings
    • type
      Function
  • dojox.encoding.crypto.RSAKey.setPrivateEx.n

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

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

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

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

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

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

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

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

    • parameters:
      • B
      • E
    • summary
      Generate a new random private key B bits long, using public expt E
    • type
      Function
  • dojox.encoding.crypto.RSAKey.generate.e

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

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

    • type
      Object
  • dojox.encoding.crypto.RSAKey.generate.n

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

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

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

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

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

    • parameters:
      • ctext: (typeof String:)
        an even-length hex string
    • summary
      Return the PKCS#1 RSA decryption of "ctext".
    • return_summary
      a plain string.
    • type
      Function
  • dojox.math.BigInteger

    • alias - dojox.math.BigInteger
  • dojox.encoding.crypto.RSAKey-ext

    • type
      Object
  • dojox.encoding.crypto

    • type
      Object
  • dojox.encoding

    • type
      Object
  • dojox

    • type
      Object