mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8212867: Link to DRBG test vectors is redirected to a broken link
Reviewed-by: mullan
This commit is contained in:
parent
ff4cf4f40b
commit
8dbea74827
1 changed files with 1 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -225,10 +225,6 @@ import java.util.Objects;
|
|||
* <p>
|
||||
* Calling {@link SecureRandom#generateSeed(int)} will directly read
|
||||
* from this system default entropy source.
|
||||
* <p>
|
||||
* This implementation has passed all tests included in the 20151104 version of
|
||||
* <a href="http://csrc.nist.gov/groups/STM/cavp/documents/drbg/drbgtestvectors.zip">
|
||||
* The DRBG Test Vectors</a>.
|
||||
*
|
||||
* @since 9
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue