mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54: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
|
@ -34,7 +34,7 @@ import java.util.Objects;
|
|||
* Random Bit Generator).
|
||||
* <p>
|
||||
* According to
|
||||
* <a href="http://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-90Ar1.pdf">
|
||||
* <a href="https://nvlpubs.nist.gov/nistpubs/SpecialPublications/NIST.SP.800-90Ar1.pdf">
|
||||
* NIST Special Publication 800-90A Revision 1, Recommendation for Random
|
||||
* Number Generation Using Deterministic Random Bit Generators</a> (800-90Ar1),
|
||||
* <blockquote>
|
||||
|
|
|
@ -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