Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8359395 XML signature generation does not support user provided SecureRandom
  3. JDK-8359444

Release Note: User-specified SecureRandom Object in XML Signature Generation

XMLWordPrintable

      A new property called "jdk.xmldsig.SecureRandom" has been added to `XMLSignContext` so you can use your own `SecureRandom` instance. To set this up, call `signContext.setProperty("jdk.xmldsig.SecureRandom", yourSecureRandom)` before calling `XMLSignature.sign(signContext)`.

            Unassigned Unassigned
            weijun Weijun Wang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: