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

PKCS12 KeyStore should not call secureRandom.generateSeed()

    XMLWordPrintable

Details

    • b09
    • generic
    • generic
    • Not verified

    Backports

      Description

        The PKCS12 KeyStore implementation calls secureRandom.generateSeed(). That method should only be used if pure entropy is required as it will sometimes be slow. This is not the case here and the code should be changed to call nextBytes().

        Attachments

          Issue Links

            Activity

              People

                weijun Weijun Wang
                andreas Andreas Sterbenz
                Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:
                  Imported:
                  Indexed: