mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8283525: http://tools.ietf.org/html/* URLs return 404
Reviewed-by: coffeys
This commit is contained in:
parent
dbfac3c99c
commit
63fec5da27
32 changed files with 60 additions and 60 deletions
|
@ -50,7 +50,7 @@ import sun.security.util.Debug;
|
|||
* Therefore any seed material passed to a {@code SecureRandom} object must be
|
||||
* unpredictable, and all {@code SecureRandom} output sequences must be
|
||||
* cryptographically strong, as described in
|
||||
* <a href="http://tools.ietf.org/html/rfc4086">
|
||||
* <a href="https://tools.ietf.org/html/rfc4086">
|
||||
* <i>RFC 4086: Randomness Requirements for Security</i></a>.
|
||||
*
|
||||
* <p> Many {@code SecureRandom} implementations are in the form of a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue