< prev index next >

src/java.base/share/classes/java/security/SecureRandom.java

Print this page

        

@@ -268,11 +268,12 @@
      * This self-seeding will not occur if {@code setSeed} was
      * previously called.
      *
      * @implNote
      * The JDK Reference Implementation additionally uses the
-     * {@code jdk.security.provider.preferred} property to determine
+     * {@code jdk.security.provider.preferred}
+     * {@link Security#getProperty(String) Security} property to determine
      * the preferred provider order for the specified algorithm. This
      * may be different than the order of providers returned by
      * {@link Security#getProviders() Security.getProviders()}.
      *
      * @param algorithm the name of the RNG algorithm.
< prev index next >