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

PKCS12 KeyStore should not call secureRandom.generateSeed()

XMLWordPrintable

    • b09
    • generic
    • generic
    • Not verified

        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().

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

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: