JDK-6498354 : SecureRandom should say that it is thread-safe
  • Type: Bug
  • Component: security-libs
  • Sub-Component: java.security
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic
  • CPU: generic
  • Submitted: 2006-11-29
  • Updated: 2010-05-19
  • Resolved: 2010-05-19
Description
SecureRandom does not say anything about thread-safety. I am pretty certain that the intention was that SecureRandom should be thread-safe, and that SecureRandom would do the appropriate synchronization so that the Provider supplied SecureRandomSpi does not have to worry about anything.

We should double check that our code behaves that way and document it in the JavaDoc specification.

Comments
EVALUATION No resource available for this. Close this as "Will Not Fix".
19-05-2010