Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4249507

Java Plug-in 1.1.2 hangs in SecureRandom on Windows 95/98

XMLWordPrintable



      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(&QUOTSetting up secure random number generator");
                      random = new SecureRandom();
                      random.setSeed(System.currentTimeMillis());
                      System.out.println(&QUOTRandom number setup completed");
              };

      ======================================================================

            claisunw Charlie Lai (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: