mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +02:00
8214483: Remove algorithms that use MD5 or DES from security requirements
Reviewed-by: xuelei
This commit is contained in:
parent
71a86af40e
commit
b171594072
6 changed files with 6 additions and 18 deletions
|
@ -84,7 +84,6 @@ import javax.crypto.SecretKey;
|
|||
* <p> Every implementation of the Java platform is required to support
|
||||
* the following standard {@code MessageDigest} algorithms:
|
||||
* <ul>
|
||||
* <li>{@code MD5}</li>
|
||||
* <li>{@code SHA-1}</li>
|
||||
* <li>{@code SHA-256}</li>
|
||||
* </ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue