Top "Jar-signing" questions

The Java™ platform enables you to digitally sign JAR files.

How to change the alias of a key within a keystore?

I signed my JWS application MemorizEasy with a key whose alias is: memofile.reference.emma.jar=/Users/simpatico/.netbeans/6.8/modules/…

java maven-2 java-web-start jar-signing
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
How do I unsign a jar?

Is there a way to unsign a java jar file? I have some signed jars I'm trying to use in …

java jar jar-signing
Unsigning a signed jar

I am using bouncy castle provider for AES encryption. I need to create a fat jar from bc and my …

java jar jar-signing
Trying to refresh 'expired' keystore

I am trying to re-sign some jars using the ant task 'signjar' however it's telling me "The signer certificate has …

java ant keytool jar-signing
Trying to manually sign android package with jarsigner.exe and install with adb.exe

I've been trying to use the jarsigner.exe and adb.exe to manually sign an android package and install it …

android apk jar-signing
How to deploy Applet with dependencies jar using maven and sign it?

Can someone show me how pom file should look like to create a jar file with applet which depends from …

maven-2 jar-signing
How to sign a JAR file using a .PFX file

We sign our .net code with a .PFX cert file. A colleague now needs to use the the same cert …

certificate code-signing pfx jar-signing
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