JDK-6890872 : keytool -printcert to recognize signed jar files
Type:Enhancement
Component:security-libs
Sub-Component:java.security
Affected Version:7
Priority:P4
Status:Resolved
Resolution:Fixed
OS:generic
CPU:generic
Submitted:2009-10-13
Updated:2017-05-16
Resolved:2009-11-24
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.
It would be nice to have a way to print out detailed signer info of a signed jar, looks like 'keytool -printcert -file' is a good place.
The final UI is --
keytool -printcert -jarfile <jarfile>