Signing Code with Sun's JDK 1.1.x-3
javakey -gs signMyApplet.dir Animator.jar: sign the applet, i.e. Animator.jar from the directives file signMyApplet.dir
- ( Making jar files is done as following:
- jar cvf Animator.jar AnimatorApplet.class )
- As an example try to browse a signed applet which is at URL
- http://java.sun.com/security/signExample/
- See following foil for details
javakey -h: brings the help menu for all the available options
Note that certificates and the keys produced by javakey are all in DER format.