Uploaded image for project: 'Commons Codec'
  1. Commons Codec
  2. CODEC-206

Add java.io.File APIs to DigestUtils

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.10
    • 1.11
    • None

    Description

      The original ticket called for adding File APIs to DigestUtils:

      • md2(File)
      • md2Hex(File)
      • md5(File)
      • md5Hex(File)
      • sha1(File)
      • sha1Hex(File)
      • sha224(File)
      • sha224Hex(File)
      • sha256(File)
      • sha256Hex(File)
      • sha384(File)
      • sha384Hex(File)
      • sha512(File)
      • sha512Hex(File)

      Instead, we only need two new APIs on MessageDigestAlgorithm:

      • digest(File)
      • digestHex(File)

      Attachments

        Activity

          People

            ggregory Gary D. Gregory
            ggregory Gary D. Gregory
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: