RFR 7004967: SecureRandom should be more explicit about threading

Xuelei Fan xuelei.fan at oracle.com
Wed Nov 2 13:45:07 UTC 2016


Oops, I was mis-reading with the following code.

  990  super(token.provider, type, algorithm, className, toList(al),
  991      type.equals(SR) ? Map.of("ThreadSafe", "true") : null);

OK, it's fine.

Xuelei

On 11/2/2016 9:33 PM, Wang Weijun wrote:
>>  I may use the property similar to:
>>
>>   map.put("SecureRandom.SHA1PRNG ThreadSafe", "true");



More information about the security-dev mailing list