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