Tagged Questions
The jarsigner tag has no wiki summary.
21
votes
4answers
12k views
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
Package file was not signed correctly
I first published the packet using ...
5
votes
4answers
5k views
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 and then converted .cer to .keystore using keytool. Then I've tried to sign .apk with ...
5
votes
4answers
4k views
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 signed jar as part of it's classpath (i.e. just using a filesystem location of the jar)
Now ...
4
votes
1answer
288 views
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 and I followed the instructions (Approach 1) here: http://help.godaddy.com/article/4780
The ...
3
votes
2answers
93 views
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 what is the difference between the 1.6 and 1.7 signer?
3
votes
1answer
362 views
How to verify signature on self signed jar?
I've signed my jar with a key that I generated using keytool. At runtime, how do I verify that the jar hasn't been modified?
The goal is to use the certificate information and verify that each class ...
3
votes
1answer
650 views
keytool and jarsigner tool
I have developed a blackberry application which i have loaded in the BB device.
But as we know, without signing the application with RIM we can't run the application
on the device. Is there any way ...
3
votes
1answer
3k views
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: SUN
Your keystore contains 1 entry
mylyn-mantis, Jul 15, ...
2
votes
0answers
30 views
jarsigner “Only one alias can be specified”
In Windows command prompt:
>keytool -genkey -alias me
>keytool -selfcert -alias me
>jarsigner myJar.jar me
Only one alias can be specified
I have failed to find any info on this error on ...
2
votes
2answers
435 views
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 not validated.
Re-run with the -verbose and -certs options for more ...
2
votes
0answers
105 views
JarSigner done within java?
Is it possible to use the JarSigner class to sign a jar file within java? Currently I am using:
String args[] = {"-keystore", keystore, "-storepass", password, jar, keyname};
JarSigner js = new ...
2
votes
2answers
732 views
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\line_editor\lib\icon.jar.orig
failed
when attempting to self sign a ...
1
vote
2answers
79 views
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 and only when signing with Microsoft Windows as OS.
I am building my APK with maven and sign them ...
1
vote
1answer
144 views
Android APK re-signing :This jar contains entries whose certificate chain is not validated
I am trying to re-sign the existing android application. But I get a message "This jar contains entries whose certificate chain is not validated.". Even though my jar is properly verified.
I would ...
1
vote
2answers
230 views
Android maven jarsigner, jarsigner: attempt to rename X but failed
I want to sign an android .apk, I've got the following profile setup in my pom.xml
<profiles>
<profile><!-- release profile. uses keystore defined in keystore.* properties. ...
1
vote
0answers
424 views
com.sun.deploy.net.jarsigningexception could not verify signing in resource: xalan.jar, 2.7.1
Our JNLP client application contains different JAR's. We sign all these JAR's at build-process. Now, we have one Jar which can not be verified, but only under Windows! (xalan-2.7.1.jar)
If we run the ...
1
vote
0answers
168 views
jarsigner verification using only trusted certificates?
I noticed that in the keytool documentation it reads
"jarsigner [...] checks whether or not the public key of that certificate is 'trusted', i.e., is contained in the specified keystore."
whereas the ...
1
vote
2answers
174 views
Problem signing jars for web applet
keytool -genkey -keystore myKeyStore -alias me
keytool -selfcert -keystore myKeyStore -alias me
jarsigner -keystore myKeyStore jarfile.jar me
I'm using this way to sign jars.
I use my jar and a few ...
1
vote
1answer
591 views
How to renew a jar signature?
Warning:
The signer certificate has expired.
I get the following when I try to sign with jarsigner, and the output jar doesn't get generated.
How do I renew my jar signature?
1
vote
2answers
442 views
How can I sign an OSGi bundle with Ant without overwriting the MANIFEST.MF contents?
I have an Eclipse plugin for which I create the OSGi bundle JARs with Ant. I would like to sign them with the Ant task, but that overwrites the MANIFEST.MF contents with the class signatures, making ...
0
votes
3answers
42 views
Android debug certificate
I read at android site that "The self-signed certificate used to sign your application in debug mode (the default on Eclipse/ADT and Ant builds) will have an expiration date of 365 days from its ...
0
votes
0answers
55 views
error opening library file compressed with pack200 compression
Hi im a bit newbie to java and im developing a swing app in java. After a long research in google i found about pack200 compression and made a compressed jar with it for which is the library for my ...
0
votes
1answer
65 views
Using jarsigner -verify on an APK asks me to specify an alias?
I'm trying to check the signature information on an APK. The docs say to use
jarsigner -verify -verbose -certs app.apk
and various SO questions agree. But if I grab JDK 1.7 and do that, I get the ...
0
votes
1answer
130 views
Jar signing -validity property
I used the -validity property of the keytool to generate a keystore and self sign a jar. During the process, I saw the debug message that says
[info] Warning:
[info] This jar contains entries whose ...
0
votes
1answer
170 views
Signing APK by commandline
I am developing android applications with Eclipse and the Android SDK. For testing the app on a device it is pretty embarrasing to do the same job every time:
Android Tools
Export Signed Application ...
0
votes
2answers
47 views
Weird bash/jarsigner behavior with storepass that contains !p
I'm trying to call
jarsigner -verbose -keystore /some-path/releasekey.keystore -storepass ******!p /some-file/path
in bash.
The !p at the end of my storepass keeps getting treated as a bang and is ...
0
votes
2answers
158 views
How do you make Netbeans use the signed jar-file instead of built class-files when running tests
I am writing a test harness that wraps a signed applet in Netbeans and have written a signing step in the build.xml file (target="-post-jar") for the test harness so that it will be able to access the ...
0
votes
2answers
116 views
Jarsigner will not open
Ok I need some help here !! I am working with Windows 7 Home Premium and I have downloaded and installed the jdk6u25x64 and the android sdk. here in lies the problem. I have an app ready to publish ...
0
votes
1answer
544 views
To change jar expiry time
I need to change expiry date of jar being signed by a certificate to say 30 days. Hence I execute in sequence (I provide relevant inputs for the first command). But in-spite of the -validity option ...
0
votes
1answer
399 views
How do I sign an apk using .key file?
I created an application which is currently on Android market. The key used to sign the application was made using jarsigner. How do I sign using the .key file originally generated?
0
votes
1answer
677 views
Android JARSIGNER GUI tool?
Newbie question.
After I have written the Android App (easy part) I need to sign it and upload it (seems the hard part)
Is there an Open Source app or tool that I can use to do this so that I don't ...
0
votes
2answers
179 views
Un-Jarsign?
If I have a JAR (Android APK), and I signed it like this:
jarsigner -keystore my.keystore someApk.apk myAlias
How do I un-sign it? Because if I open it as a zip file and try to extract the ...
-5
votes
1answer
31 views
prevent jar file from extracting
I don't want anyone extract my.jar file. I so obfuscated my code in my.jar but I want anyone can't extract it . I also know Jar_Signing don't help me.
how?