Name: cc11364 Date: 06/24/99
When running an applet with Java Plug-in 1.1.2 on Windows 95/98,
SecureRandom() hangs with explicit seeding. This problem does
not occur with the Plug-in on Windows NT or Solaris clients.
This may be related to bug id 4138234 which was reported against
JDK 1.1.6.
Configuration: Java Plug-in 1.1.2, JRE 1.1.7B, Windows 95/98.
======================================================================
Name: cc11364 Date: 06/28/99
###@###.### 1999-06-28
Additional Information Requested:
private static SecureRandom random;
static {
System.out.println("Setting up secure random number generator");
random = new SecureRandom();
random.setSeed(System.currentTimeMillis());
System.out.println("Random number setup completed");
};
======================================================================