src/java.base/share/classes/java/security/MessageDigest.java
changeset 59059 27a266d5fb13
parent 58242 94bb65cb37d3
equal deleted inserted replaced
59058:3f57daa2d6eb 59059:27a266d5fb13
    82  * supply their own implementations of message digest algorithms.
    82  * supply their own implementations of message digest algorithms.
    83  *
    83  *
    84  * <p> Every implementation of the Java platform is required to support
    84  * <p> Every implementation of the Java platform is required to support
    85  * the following standard {@code MessageDigest} algorithms:
    85  * the following standard {@code MessageDigest} algorithms:
    86  * <ul>
    86  * <ul>
    87  * <li>{@code MD5}</li>
       
    88  * <li>{@code SHA-1}</li>
    87  * <li>{@code SHA-1}</li>
    89  * <li>{@code SHA-256}</li>
    88  * <li>{@code SHA-256}</li>
    90  * </ul>
    89  * </ul>
    91  * These algorithms are described in the <a href=
    90  * These algorithms are described in the <a href=
    92  * "{@docRoot}/../specs/security/standard-names.html#messagedigest-algorithms">
    91  * "{@docRoot}/../specs/security/standard-names.html#messagedigest-algorithms">