Top "Jarsigner" questions

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

Signing an existing apk using debug.keystore generated by eclipse

I have an existing unsigned apk and I want to sign it using my debug.keystore file. Here I found …

android jarsigner
You uploaded an APK that was signed in debug mode. You need to sign your APK in release mode error

I am trying to upload an Application on the Google Play store. I am building the .apk and signing it …

android maven google-play jarsigner
Keytool and jarsigner tool

I have developed a blackberry application which I have loaded in the BB device. But as we know, without signing …

java keytool jarsigner
openssl fails to produce a pfx with a valid alias

I am trying to generate a pfx file to use as a signing mechanism for some JAR files as per …

openssl certificate keytool pfx jarsigner
Android keystore stopped working

Just recently I have had a problem with a key store. I know there are plenty of questions about this …

java android apk keystore jarsigner
What kind of pitfals exist for the Android APK signing?

Disclaimer: I know the basics of signing an APKs and I have a problem with only one of my projects …

android maven java-7 jarsigner
Extract raw X.509 Certificate from a signed APK or JAR

I have a library of MD5 hashes of public keys used to sign various jars, and a mapping to their …

java android keystore jar-signing jarsigner
How to pass jarsigner.exe passphrase via commandline?

I know that this is unsafe, but is there any easy way to pass passphrase to the jarsigner.exe: jrsigner.…

jarsigner
jarsigner "Only one alias can be specified"

In Windows command prompt: >keytool -genkey -alias me >keytool -selfcert -alias me >jarsigner myJar.jar me Only …

jarsigner
Jarsigner: "This jar contains entries whose certificate chain is not validated."

I get the following error on a self-signed jar: jar verified. Warning: This jar contains entries whose certificate chain is …

java applet jarsigner