Validating signed jar file
Hi all,
This seems like a basic question, yet i have been unable to find the answer in a day or so of web searching.
I have a security sensitive application. I have signed my jar files using a certificate. I am concerned that someone could take one of my jars, remove my signature, modify a file in it, and then resign it using their certificate. So I am looking for a way to determine from within a Java program whether a jar file is signed AND who the signer of a given jar file is.
This is probably something obvious that I have missed, but any help would be appreciated.
Thanks,
Don

