-
Bug
-
Resolution: Duplicate
-
P1
-
None
-
1.1.1
-
x86
-
solaris_7
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");
};
======================================================================
- duplicates
-
JDK-4172030 Significant performance degradation for keytool and jarsigner on win32
-
- Closed
-