On Wed, 9 Mar 2022 19:44:39 GMT, Weijun Wang <wei...@openjdk.org> wrote:

>> Valerie Peng has updated the pull request incrementally with one additional 
>> commit since the last revision:
>> 
>>   Update JarSigner javadoc to make it consistent with previous update
>
> src/jdk.jartool/share/classes/jdk/security/jarsigner/JarSigner.java line 439:
> 
>> 437:          * Specifically, if a DSA or RSA key with a key size no less 
>> than 7680
>> 438:          * bits, or an EC key with a key size no less than 512 bits,
>> 439:          * SHA-512 will be used as the hash function for the signature.
> 
> In this javadoc, SHA-512 for 7680-bit key (7680 is no less than 7680).

Right, there are a few places which this is documented. Code and doc aren't 
closely coupled together plus changed course a few times... I will fix this and 
double check other files. Thanks!

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

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

Reply via email to