Top "Jarsigner" questions

Generates signatures for Java ARchive (JAR) files, and verifies the signatures of signed JAR files.

Is it possible to have SHA1-Digest in java Manifest file without actually using a key

Currently we use jarsigner to sign our jar. We then display some SHA1-Digest values for some specific classes to …

java jar manifest jarsigner
Jar Signing Strategy in Maven Projects

We have several maven projects, which are built on the build server. In some cases we want to sign our …

maven maven-2 continuous-integration signing jarsigner
Sign Android App Bundle from Command Line

anyone know how to sign .aab file using new keystore from command line? The documentation here mentions that we can …

android jarsigner android-app-bundle
Certificate chain not found, but keystore contains private key

Im trying to sign my apk so I can release an update to my app with this command: jarsigner ­-verbose …

java android certificate keytool jarsigner
jarsigner -verify works in Java 6 but not Java 7

I've been banging my head against this for a few days and am completely stumped. Here's the rundown: I've got …

java keytool jarsigner
What is the cause for the failure: "jarsigner: attempt to rename {file} to {file}.org failed" when signing jars with ant?

I am getting the error: [signjar] jarsigner: attempt to rename C:\workspace\line_editor\lib\icon.jar to C:\workspace\…

java ant jarsigner
executing jarsigner command generates error: "Jarsigner is not recognized internal or external command"

I am trying to verify signature of apk uploaded on my site. I am trying to execute String command= "cmd /…

jboss jarsigner
What is the difference between the Java 1.6 and 1.7 jarsigner

Just noted that you can´t sign Android APKs with the Java 1.7 jarsigner. So I wonder why this is and …

java-7 java-6 jarsigner
Java Applet - "Block potentially unsafe components from being run?" message

Since the latest Java update, two of my applets are displaying a warning pop-up to our users even though both …

java applet jarsigner jar-signing
how to sign ".apk" file on an Android Phone?

I want to generate an new ".apk" file on the phone (a function in my app-market like app), and I …

android apk jarsigner