How to sign a Java Web Start application?

A

Ahmed Moustafa

How could a Java Web Start code be signed? And what is the difference
between a signed code and unsigned code?

Thanks a lot for your help!
 
R

Roedy Green

How could a Java Web Start code be signed? And what is the difference
between a signed code and unsigned code?

see http://mindprod.com/jgloss/jarsigner.html
and following links to entries like
digital signing, keytool, signed Applets,
java web start.

THe code is identical. It is just the jar has extra elements that
make it possible to determine who wrote the code and if it has been
tampered with.
 
A

Ahmed Moustafa

Roedy said:
see http://mindprod.com/jgloss/jarsigner.html
and following links to entries like
digital signing, keytool, signed Applets,
java web start.

THe code is identical. It is just the jar has extra elements that
make it possible to determine who wrote the code and if it has been
tampered with.


Roedy,

How can I generate a slef-signed "phony" certificate?

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,151
Latest member
JaclynMarl
Top