src/java.base/share/classes/java/security/AlgorithmParameters.java
changeset 59059 27a266d5fb13
parent 58242 94bb65cb37d3
equal deleted inserted replaced
59058:3f57daa2d6eb 59059:27a266d5fb13
    49  *
    49  *
    50  * <p> Every implementation of the Java platform is required to support the
    50  * <p> Every implementation of the Java platform is required to support the
    51  * following standard {@code AlgorithmParameters} algorithms:
    51  * following standard {@code AlgorithmParameters} algorithms:
    52  * <ul>
    52  * <ul>
    53  * <li>{@code AES}</li>
    53  * <li>{@code AES}</li>
    54  * <li>{@code DES}</li>
       
    55  * <li>{@code DESede}</li>
    54  * <li>{@code DESede}</li>
    56  * <li>{@code DiffieHellman}</li>
    55  * <li>{@code DiffieHellman}</li>
    57  * <li>{@code DSA}</li>
    56  * <li>{@code DSA}</li>
    58  * </ul>
    57  * </ul>
    59  * These algorithms are described in the <a href=
    58  * These algorithms are described in the <a href=