Browsing Signed Applets
http://java.sun.com/security/signExample/ contains an applet signed by Duke
To run the applet with appletviewer,
- First get a copy of Duke's certificate and store it in a file named Duke.x509
- Make an identity Duke in your JDK identity database in your local machine;
- Import Duke's certificate into your identity database,
- % javakey -ic Duke Duke.x509
- Run the applet signed by Duke