Top "Jarsigner" questions

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

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 …

java jar code-signing java-web-start jarsigner
APK upload failed for Alpha version. Errors from apksigner: Digest algorithm and Signature Algorithm Which is not supported on API levels [[16, 17]]

I had signed the APK by using keytool, jarsigner, and zipalign utlities. I have used the following commands: keytool -genkey …

android cordova jarsigner
Android signing error: trusted certificate entries are not password-protected

Got a certificate to sign the android unsigned release apk files, So I imported the cer using command: keytool -import …

android apk keytool jarsigner apksigner
BouncyCastle Cryptography provider library used with applet on Java 7u40

The case: I am maintaining a Java applet which uses the BouncyCastle libraries bcpkix-jdk15on-149.jar, and bcprov-jdk15on-149.jar. …

applet code-signing bouncycastle jarsigner
getting UNKNOWN publisher warning message for java applets

recently I have upgraded to jre 1..7.45b18 and started getting the security popup saying Do you want to run this …

swing jnlp jarsigner jar-signing signed-applet
jarsigner Failed to execute goal

I am using maven-jarsigner-plugin in maven to sign multiple jars however it failes. Removing the jarsigner-maven-plugin from the pom.xml …

java eclipse maven jar jarsigner