Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
6answers
1k views

How do I force jarsign to sign jarfiles?

Our product is halted at Java version 1.5.0_13 and we would like to upgrade. Our software deploys a large number of jars via Java Web Start; all of these jars must be signed. However, a couple of ...
1
vote
3answers
217 views

Do I need to resign apk every time I make a change?

I am making my first app and just signed and did all that to make a official signed, non debugging apk. Now, if I want to make a small change, do I need to go through all the resigning again, and use ...
0
votes
0answers
102 views

bypass jar signature verification

I have an unsigned cryptix JCE provider jar. How to bypass the signature verification for the JAR , so that I can use it as a provider in my programs ?
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 ...