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

Security Guide: Update methods in SecureRandom

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • docs

      In this security guide:
      https://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html#SecureRandom

      Please strip some of the method specifics from:
       synchronized public void setSeed(byte[] seed)
       public void setSeed(long seed)
       synchronized public void nextBytes(byte[] bytes)

      to:
       void setSeed(byte[] seed)
       void setSeed(long seed)
       void nextBytes(byte[] bytes)

            schannagirip Sahana Channagiri Prabhakar (Inactive)
            ascarpino Anthony Scarpino
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: