Tagged Questions

1
vote
3answers
121 views

Is is possible to sign a java applet for free?

I made a weird applet which allows you to paint with your voice. Obviously it requires access to the microphone, but Java applets are not allowed access unless they are signed. As far as I can tell …
0
votes
2answers
43 views

Ignore jar signing in a web service?

Hello, We have some legacy JAR files from a vendor that were previously distributed as an applet, but we'd now like to simplify as a web service. While the code works when I run it natively within …
1
vote
1answer
62 views

Verify integrity of JAR files necessary?

I have a zip file containing a number of jar files that is being downloaded from an HTTPS site. The jars form a command line driven, server side application. I have a Java written application …
1
vote
1answer
72 views

Un signing a signed jar

I am using bouncy castle provider for AES encryption. I need to create a fat jar from bc and my jar but as soon as i do it i get Algorithm not found exception. Is it possible to get rid of the sign …
1
vote
2answers
677 views

How to change JAVA.HOME for Eclipse/ANT

I am trying to sign a jar file using an ANT script. I know this has to be pointed at the JDK directory for jarsigner.exe to run, but when I echo java.home it returns the JRE directory. This isnt a …
0
votes
0answers
234 views

What are the possible causes of com.sun.deploy.net.JARSigningException : Could not verify signing in resource; while using a JNLP based program?

This is some of the stack trace for the exception : com.sun.deploy.net.JARSigningException: Could not verify signing in resource: .jar at com.sun.javaws.security.SigningInfo.checkSigning(Unknown …
2
votes
1answer
335 views

Security considerations when hosting signed jars

What are the security implications for hosting signed jars on the internet? As I understand jar signing, once a user choose to auto-accept a certificate, it doesn't matter if the signed jar came from …
1
vote
1answer
205 views

What is the meaning of Self-signed checkbox in WebStart properties in Netbeans

In Netbeans (I have the 6.5 version), in the project properties under Application> Webstart there is a self-signed checkbox. What is its meaning? When I need to use it?