-
Sub-task
-
Resolution: Delivered
-
P4
-
26
A new property called "jdk.xmldsig.SecureRandom" has been added to `DOMSignContext` so you can use your own `SecureRandom` instance. To use this property, call `signContext.setProperty("jdk.xmldsig.SecureRandom", yourSecureRandom)` before calling `XMLSignature.sign(signContext)`.