8299230: Use https: in links
Reviewed-by: jjg, mullan, xuelei
This commit is contained in:
parent
9863f59e1d
commit
a80c91d036
src/java.base/share/classes/java/security
@ -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…
x
Reference in New Issue
Block a user