< prev index next >

src/java.base/share/classes/java/security/AlgorithmParameters.java

Print this page

        

@@ -49,11 +49,10 @@
  *
  * <p> Every implementation of the Java platform is required to support the
  * following standard {@code AlgorithmParameters} algorithms:
  * <ul>
  * <li>{@code AES}</li>
- * <li>{@code DES}</li>
  * <li>{@code DESede}</li>
  * <li>{@code DiffieHellman}</li>
  * <li>{@code DSA}</li>
  * </ul>
  * These algorithms are described in the <a href=
< prev index next >