[
https://issues.apache.org/jira/browse/CODEC-211?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15285307#comment-15285307
]
Gary Gregory commented on CODEC-211:
------------------------------------
There are at least three required algorithms, based on the Javadoc for
{{MessageDigest}}, while additional support documented elsewhere:
{quote}
Every implementation of the Java platform is required to support the following
standard MessageDigest algorithms:
MD5
SHA-1
SHA-256
These algorithms are described in the MessageDigest section of the Java
Cryptography Architecture Standard Algorithm Name Documentation. Consult the
release documentation for your implementation to see if any other algorithms
are supported.
{quote}
So I still see a place of the enum just like there is a {{StandardCharsets}}
enum.
> Create enum MessageDigestAlgorithm and deprecate class MessageDigestAlgorithms
> ------------------------------------------------------------------------------
>
> Key: CODEC-211
> URL: https://issues.apache.org/jira/browse/CODEC-211
> Project: Commons Codec
> Issue Type: New Feature
> Affects Versions: 1.10
> Environment: Apache Maven 3.3.9
> (bb52d8502b132ec0a5a3f4c09453c07478323dc5; 2015-11-10T08:41:47-08:00)
> Maven home: E:\Java\apache-maven-3.3.9\bin\..
> Java version: 1.7.0_79, vendor: Oracle Corporation
> Java home: C:\Program Files\Java\jdk1.7.0_79\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 7", version: "6.1", arch: "amd64", family: "windows"
> Reporter: Gary Gregory
> Assignee: Gary Gregory
> Fix For: 1.11
>
>
> Create enum MessageDigestAlgorithm and deprecate class
> MessageDigestAlgorithms.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)