kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.7k stars 275 forks source link

Please allow the verifying of signed jar files. #439

Open BenHut1 opened 1 year ago

BenHut1 commented 1 year ago

I need to be able to verify jars using the certificate in my key store.

Typically this is done with jarsigner.exe (same command-line program used to sign jar files). While KSE allows the creation of keys/certs and using them to sign jars, it can't verify already-signed jars. Please add the ability to verify signed jars to your KSE program.

kaikramer commented 10 months ago

I will update the title to clarify that jar files are meant here, not any type of signed file.