-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: security-libs
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)`.