mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8299230: Use https: in links
Reviewed-by: jjg, mullan, xuelei
This commit is contained in:
parent
9863f59e1d
commit
a80c91d036
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ import java.util.regex.Pattern;
|
|||
*
|
||||
* <p>A cryptographically strong random number minimally complies with the
|
||||
* statistical random number generator tests specified in
|
||||
* <a href="http://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.140-2.pdf">
|
||||
* <a href="https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.140-2.pdf">
|
||||
* <i>FIPS 140-2, Security Requirements for Cryptographic Modules</i></a>,
|
||||
* section 4.9.1.
|
||||
* Additionally, {@code SecureRandom} must produce non-deterministic output.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue