Signing and Verifying a Standalone JAR

Wondering how to sign and verify standalone JARs? Your search is at an end! We take a look at how to to just that in this post.

By  · Tutorial
Save
6.0K Views

Last week, I wrote about the JVM policy file that explicitly lists allowed sensitive API calls when running the JVM in sandboxed mode. This week, I’d like to improve the security by signing the JAR.

Published at DZone with permission of Nicolas Fränkel, DZone MVB. See the original article here.

Opinions expressed by DZone contributors are their own.


Comments