RFR: 8277474: jarsigner does not check if algorithm parameters are disabled [v2]

Hai-May Chao hchao at openjdk.java.net
Wed Mar 2 17:45:57 UTC 2022


On Wed, 2 Mar 2022 15:30:22 GMT, Sean Mullan <mullan at openjdk.org> wrote:

>> Hai-May Chao has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Removed unneeded import and updated -verbose output
>
> src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java line 33:
> 
>> 31: import java.security.cert.CertPathValidatorException;
>> 32: import java.security.cert.PKIXBuilderParameters;
>> 33: import java.security.spec.PSSParameterSpec;
> 
> I don't think you need this import, as this class does not seem to be referenced anywhere.

Removed. Thanks for the review.

-------------

PR: https://git.openjdk.java.net/jdk/pull/7582



More information about the security-dev mailing list