Expired Certificate for Java Web Start

How does the JWS respond to the expiration of a code signing certificate?

From my observation, he seems to be ignoring the expiration date of the certificates signed by CA, but I would like to find some solid evidence (e.g. official documentation) to confirm this.

+3
source share
1 answer

If a time stamp is assigned to the signed bank (which is based on the authority of the time stamp), then the signature will continue to be valid even after the certificate expires (provided that the time stamp is before the expiration date).

See Signature Signature Support for J2SE 5.0

+4
source

All Articles