8299230: Use https: in links

Reviewed-by: jjg, mullan, xuelei
This commit is contained in:
Mark Powers 2022-12-22 15:29:53 +00:00 committed by Sean Mullan
parent 9863f59e1d
commit a80c91d036
2 changed files with 2 additions and 2 deletions

View file

@ -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.