In my application, noticed that among signed jar files even unsigned jar file are also getting loaded while invoke application, so to ensure the security i need guidance to prevent loading of any unsigned jars
EDIT:
How to identify / retrieve the Jar signature using ClassLoader