Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8013493

Correct several SupportedKeyFormats property key entries in the SunJCE provider

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P3 P3
    • 8
    • 8
    • security-libs
    • b65
    • 8
    • b94
    • Verified

      Correct the algorithm name in the following SupportedKeyFormat entries in the SunJCE provider:

          Mac.HmacPBESHA224 SupportedKeyFormats
          Mac.HmacPBESHA256 SupportedKeyFormats
          Mac.HmacPBESHA384 SupportedKeyFormats
          Mac.HmacPBESHA512 SupportedKeyFormats

      Should be:

          Mac.PBEWithHmacSHA1 SupportedKeyFormats
          Mac.PBEWithHmacSHA224 SupportedKeyFormats
          Mac.PBEWithHmacSHA256 SupportedKeyFormats
          Mac.PBEWithHmacSHA384 SupportedKeyFormats
          Mac.PBEWithHmacSHA512 SupportedKeyFormats

            vinnie Vincent Ryan
            vinnie Vincent Ryan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: