Using signed jar files In a Java SE environment, can detect digital signatures on jar files. When attempting to load a class from a signed jar file stored in the database, will verify the validity of the signature. jar filesloading signed signed jar files The class loader only validates the integrity of the signed jar file and verifies that the certificate has not expired. cannot ascertain whether the validity or identity of declared signer is correct.

When loading classes from an application jar file in a Java SE environment, behaves as follows if the class is signed:

For more information about signed jar files, see .