Top "Jarsigner" questions

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

How to convert .pfx file to keystore with private key?

I need to sign Android application (.apk). I have .pfx file. I converted it to .cer file via Internet Explorer …

java certificate apk keytool jarsigner
How to use jarsigner for signing an apk?

I have very little programming knowledge.I am able to open jar signer through the command prompt then I get …

java android signing jarsigner jar-signing
Certificate chain not found, how to fix and publish to Google Play Store?

ERROR MESSAGE: jarsigner: Certificate chain not found for: project_foo.<br/> project_foo must reference a valid KeyStore …

android keytool jarsigner jar-signing
Jarsigner: certificate chain not found for

I have imported a certificate into a private ~/.keystore file: keytool -list Enter keystore password: Keystore type: JKS Keystore provider: …

java keytool jarsigner
jarsigner: This jar contains entries whose certificate chain is not validated

I'm trying to code sign a JAR file and am using JDK 1.7u1. We acquired a GoDaddy Code Signing certificate …

java jarsigner
Published Android apk gives error "Package file was not signed correctly"

I recently uploaded my application to the android market however it's refusing to run when downloaded due to the error …

android keytool jarsigner google-play
How to verify a jar signed with jarsigner programmatically

I'm wanting to sign a jar using jarsigner, then verify it using a Java application which does not have the …

java code-signing signature jarsigner
Check android keystore keypass for correctness

I'm automating some things that involve the android keytool and jarsigner. The tool takes a keystore, the password for the …

android keytool jarsigner
jarsigner error: java.lang.RuntimeException: keystore load: Keystore was tampered with, or password was incorrect

I am trying to sign a .wgt file(widget which is a jar file) using jarsigner of Java 6. But when …

java security jarsigner
Jarsigner is not recognized internal or external command

i'm trying to check if my signed release apk is really signed. But following some tutorials, or the single i've …

android apk jarsigner