-
Bug
-
Resolution: Duplicate
-
P3
-
8
-
b65
-
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
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