Jarsigner: The maven-jarsigner-plugin is a pretty handy Maven plugin if you want to sign the jar file produced by your Maven artefact build. The plugins documentation does provide several examples for that use case.

learn more… | top users | synonyms

0
votes
0answers
14 views

Keytool.exe and jarsigner.exe issues

I have finished a small game in Java and I want to upload it online. I have an HTML file that loads it properly, as well as the code being fine. However, I can't use the function File file = new ...
0
votes
0answers
22 views

ANT build: [signjar] enter passphrase for keystore:

I have created a project in eclipse and while trying to build the project from command prompt the following is asked: [signjar] jarsigner error: java.lang.RuntimeException: keystore load: ...
0
votes
0answers
7 views

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 /c jarsigner -verify -verbose -certs " +Filelocation; Process proc = ...
1
vote
1answer
382 views

Java Applet - “Block potentially unsafe components from being run?” message [duplicate]

Since the latest Java update, two of my applets are displaying a warning pop-up to our users even though both of the jar files we are using are signed. I have verified they are signed using the ...
0
votes
0answers
38 views

Signing a new APK file with an existing SHA1 fingerprint

I have created a new version of my app in eclipse, however I want to sign it with the SHA1 fingerprint of my existing app that is already on the google play market. I have the SHA1 fingerprint of my ...
0
votes
0answers
93 views

My corona sdk project won't build properly on Android

I have posted about this problem on the Corona forums, but was not able to get an answer there. http://forums.coronalabs.com/topic/29712-android-failure-install-parse-failed-certificate-encoding/ ...
4
votes
0answers
120 views

Signed Java applet suddenly has mixed code warning

I have a signed applet on my website that had been working fine for nearly a year. Today, however, it's giving my users a mixed code warning. I found here that certain Apache components, which I ...
1
vote
0answers
118 views

How to Create default .keystore file OR restore .keystore

When I try to run calabash-android resign ContactManager.apk I get Following Error. 2013-04-03 21:29:38 - "C:\Java\jdk1.7.0_17/bin/jarsigner.exe" -sigalg MD5withRSA -digestalg SHA1 -signedjar ...
0
votes
0answers
124 views

InvocationTargetException for html applet, using external jar references: webcam-capture

I've been trying to run my webcam applet, which i exported as a jar to run on my JEE html. It works perfectly when executed as a applet, but it gave me the below errors when I try to run it on JEE, ...
-1
votes
1answer
116 views

sign .apk files ..getting jarsigner error:

I downloaded MyFiles.apk from internet and trying to do sign MyFiles.apk using jarsigner tool. I followed every step but getting jarsigner error: java.lang.RuntimeException:keystore load: ...
0
votes
0answers
86 views

Java: Verify whether the jar is signed

I am working with Jarsigner. I want to check whether the given jar is signed or not. If user uploads a jar file, I want to find whether the jarfile is signed or not. I tried with the below code, ...
1
vote
1answer
140 views

loading jar files during splash screen in javafx

I have an application which has refrences to 4 - 5 external jar (lib). But when i run my application on netbeans , netbeans first loads the jar file and after that my application scene appears. And I ...
0
votes
0answers
62 views

Sign jar file by java code

I have a question. When I sign my JAR file, which I will open as an applet, I use Command Prompt and command: jarsigner -keystore <path to key store> <path to jar file> <alias> ...
0
votes
0answers
98 views

Why won't my jarsigner work?

For some reason why I try any command including just jarsigner it gives me the following error: Error: Could not find or load main class sun.security.tools.JarSigner Do I have an incorrect version ...
1
vote
0answers
74 views

Signing jar with timestamp and authentication at the timestamp server

I want to use the timestamp option -tsa of the java jarsigner tool. The timestamp service I have in mind requires authentication. For this purpose you get a personalized soft token to identify ...
0
votes
0answers
106 views

jnlp and signed jar and unsigned entry [closed]

I have a jnlp file with a half a dozen of signed jars. All of the jars are signed the same way on the same machine. When I deployed my jars to the server, something overwrote one of the jars. From a ...
0
votes
0answers
68 views

How to sign jar using jarsigner with SHA256 hash

I'm new to signing process. We have jdk 1.6 installed on our machines which uses SHA1 algorithm by default for signing. Moving forward we will switch to jdk 1.7 which used SHA256 algorithm by default ...
0
votes
1answer
126 views

Signing application in cmd with jarsigner

I've been following this tutorial on How to sign your app before publishing and everything works fine until the last step, number 6. When I enter my pass, i get this error jarsigner error: ...
1
vote
1answer
106 views

Signing jar created with onejar-maven-plugin throwing stackoverflow exception

I have a jar which is created using onejar-maven-plugin, which is meant to listen to jms messages from tibco and process accordingly. It works fine but when I sign this jar using jarsigner and try to ...
0
votes
3answers
96 views

sign a Jar file

I have manually added some class files in jar. and replaced in server. But server didn't come up with this new jar saying : java.lang.SecurityException: class "test.TestProcess2"'s signer information ...
0
votes
0answers
91 views

Protecting jar from tampering with self-signed certificate

I want to know if it is possible to verify the integrity of a jar file using a self-signed certificate. Would I be able to check the signatures against a keystore with the public key, if so how? I ...
0
votes
0answers
231 views

Jarsigner being found in wrong directory - HoloEverywhere + Maven

I'm currently trying to build my holoeverywhere project using the guidelines on this page. https://github.com/ChristopheVersieux/HoloEverywhere/wiki/Maven When I try to build my project, however, it ...
1
vote
2answers
87 views

Android Signing application on Windows

I am trying to Sign up APK to upload it on to the Play Store Market. I am following the steps underlined here I am getting the following error When i try to Sign the Application using Eclipse ...
0
votes
1answer
178 views

using keytool and jarsigner to sign my app

I'm using both my commonsware book and the android docs that describe how to sign my app. But there is something I don't understand... I have generated my KeyStore file with no problem. Now the ...
1
vote
0answers
61 views

How to configure TSA argument only on release in maven-jarsigner-plugin

Adding a timestamp to our jar's causes our maven build to take ~4 times longer than usual. Timestamp is necessary for release builds, but we don't need it for snapshot builds. How would we configure ...
1
vote
1answer
927 views

“Package file was not signed correctly” error upon installation

I created an Android app and published it within the Google Play Store. Upon subsequent download, I receive the “Package file was not signed correctly” error. I investigated and found the entry: ...
0
votes
2answers
433 views

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 have to sign it before install it. I think I have to run the JarSigner on the phone. JarSigner is ...
0
votes
0answers
188 views

How to use Jarsigner to sign an applet

I am currently developing a java applet that requires more access than the usual java applet. In order to do this i need my applet to be signed. I have looked at dozens of pages on how to do this and ...
1
vote
2answers
207 views

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 respective keystores which we use to sign different APKs. What I'd like to be able to do is identify ...
23
votes
4answers
882 views

Android - Keystore problems

Just recently I have had a problem with a key store. I know there are plenty of questions about this problem already. I have read them all and Googled furiously. Error: jarsigner error: ...
0
votes
0answers
65 views

Signing Applications with KeyStore [closed]

Ive been asked by my work place to sign my applications with KeyStore i do not know how to use it or how i sign my programs can anyone help me with this?
3
votes
1answer
253 views

Appearance of Java Security dialog

The Java Security dialog is shown when loading a signed applet. What does the Java Security dialog look like?
0
votes
1answer
110 views

Shell passing keystore path parameter in jarsigner

I have this KEY_STORE_PATH=/home/userr/mykeystore jarsigner -verbose -sigalg MD5withRSA -digestalg SHA1 -keystore "$KEY_STORE_PATH" bin/PName-release-unsigned.apk alias_name and it doesn't work, ...
4
votes
2answers
499 views

Jar file works great until it is signed (in Windows)

I'm going to start this out by saying I'm not a Java programmer, I'm a PHP programmer. I ran into a situation were websockets weren't going to cut it and I found this site that offered a solution: ...
1
vote
1answer
191 views

How do I sign amazon apk?

I am trying to sign an amazon wrapped apk so i can load my app to the amazon app store. I have to do this because my app uses Google Apis. All the tutorials on this are complicated when it comes to ...
7
votes
2answers
492 views

What prevents Java from verifying signed jars with multiple signature algorithms

Quick background: We release a webstart application, which includes our own application jars and numerous third-party jars. Webstart requires that all distributed jars referred to by the jnlp file ...
1
vote
1answer
46 views

How to sign a jar with maven, but changing jdk?

In my scenario I have one jar file compiled with JDK6 through maven. This jar needs to be signed. So, I used the maven-jarsigner-plugin for doing this job, and it works fine! However, my mission is ...
0
votes
1answer
234 views

jarsigner verification fails

Using freshly installed JDK 1.7 we sign the JAR file. Immediately after that we verify it using the same jarsigner and the same keystore and ... it fails with the message: invalid SHA256 hash on ...
0
votes
1answer
653 views

How to solve keystore load: invalid keystore formtat?

I'm getting a releasekey to my app Three months ago. Now I format my computer and when I was sign my app with my releasekey i got the error: java.lang.RunTimeException: keystore load: invalid keystore ...
2
votes
1answer
178 views

Folder permission issue with jarsigner

This is definitely a very beginner question that might not have to do anything with programming. After few days, I have finally identified the problem as for why I couldn't sign jar using jarsigner. I ...
2
votes
1answer
676 views

Signing Android APK using Release

I created an App in Android using Eclipse.I can't upload it on Android Market because it is signed using debug mode. I want to Sign it in Release mode ,I read the Tutorial Basic Setup for Signing,I ...
4
votes
1answer
812 views

android - the apk must be signed with the same certificates as the previous version

I am trying to upload my Android app to the Google Play market and I get the error: the apk must be signed with the same certificates as the previous version The funny thing is I am using the ...
1
vote
0answers
263 views

Signing Java Applet - “Keystore was tampered with, or password was incorrect”

I have a .cer file from a certificate authority (internal). I've imported it into a keystore using the following command: keytool -import -alias javaapplet -file certificate.cer -keystore javasign I ...
0
votes
1answer
257 views

how to extract the apk file using the jarsigner to get the key

i want to extract the apk file using the jarsigner to get the keystore to update my android application . i don't know how to do that please help me its very urgent Thank you
4
votes
1answer
125 views

Is there a free service to get a certificate to sign java webstart jars?

I am wanting to find a free service to sign a jar which is part of a java web start app. I can sign it myself with the keytool and jarsigner, but the publisher is untrusted and people are still ...
0
votes
0answers
130 views

Jarsigner adding additional algorithm security file when used in Windows 7 x64

I recently had to resign my java applet jar file with new security certificates. I used the jdk keytool with the RSA algorithm to create my keystore and import my certificate and used the jarsigner to ...
0
votes
0answers
166 views

Installing an APK unknown error

I have been attempting create an apk that is installable onto an android phone. To understand the process I found an APK and installed it. I then uncompilled the .apk into a folder and deleted the ...
0
votes
1answer
234 views

jarsigner returns java.lang.NullPointerException error when resigning android app

I want to get the same functionality in a script I'm writing as re-sign.jar (a simple app that allows you to resign android apps for testing and debugging). To do this, I'm following the these ...
1
vote
2answers
265 views

Verify Error After Using unpack200

I got problem when trying to load a jar that has been compressed using pack200. I found the error that my jar file cannot be verified after I use unpack200. Here is the scenario: Create keystore ...
1
vote
2answers
127 views

Duplicating a private key with a new alias

http://developer.android.com/tools/publishing/app-signing.html I have a keystore that I already have an alias and password for. I have released applications using this keystore. I have now given ...

1 2 3