JDK-8197784 : doc change for JDK-8191438 on jarsigner
  • Type: Enhancement
  • Component: docs
  • Sub-Component: tools
  • Affected Version: 11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2018-02-13
  • Updated: 2018-06-29
  • Resolved: 2018-06-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11
11Fixed
Related Reports
Relates :  
Description
JDK-8191438 adds some new warnings and information text. This jarsigner tooldoc file should be updated.

Severe Warnings:

hasExpiredTsaCert
Code 4. The timestamp has expired.

tsaChainNotValidated
Code 64. The timestamp is invalid.

Informational Warnings:

hasExpiringTsaCert
The timestamp will expire within one year on YYYY-MM-DD.

Please also update the example to include the new expiration information at the end of signing and verifying (with -verbose).