On Wed, 27 Oct 2021 16:32:48 GMT, Hai-May Chao <hc...@openjdk.org> wrote:
>> This change does a few improvements to the output of `keytool -printcert >> -jarfile` command to help readability and diagnosis. > > Hai-May Chao has updated the pull request incrementally with one additional > commit since the last revision: > > Updated TimestampCheck test and removed its unused methods One new comment: Now that if there is only one cert, there is no need to write `Certificate #n of m`. If there's only one signer, we also don't need to write `of signer #n`. ------------- PR: https://git.openjdk.java.net/jdk/pull/6126