I want to check if a Jar File is Signed, the response should return the following details
- Certification file provider e.g. Trusted CA, Digicert, Norton etc
- Expiry Date of the signature if any
- Date Signed if any
- If the applet is Self Signed or Not
How do I achieve this?