Java applets
Providing signed applets
Validity of certificates
Browser support for signed applets
There is a security model for Java applets that has two rules:
This model was created so that applets received from one computer could not do harm to other computers on the network. However, Host On-Demand must be able to connect to many different servers and needs access to local resources so that you can do such things as file transfer, copy/paste, and printing.
To break free of the model, while still maintaining control over the applets, Host On-Demand provides two features:
To provide a signed applet, the developer obtains a security certificate from a Certificate Authority (CA). The certificate includes several pieces of information, such as the name of the owner, the name of the issuer, the serial number, the finger or thumb print, and the expiration date. The purpose of the certificate is to verify the fact that the applet was produced, in the case of Host On-Demand, by IBM. It does not make any statement as to whether the applet is good or bad.
The developer embeds the certificate in the JAR or CAB file in which the applet is stored. This is known as signing the file.
The first time you load a Host On-Demand applet through a browser that supports signed applets, such as Netscape Navigator 4 or Microsoft Internet Explorer 4, you will see a window that tells you that the applet was signed by IBM and asks whether you trust the applet not to do harm. If you respond in the affirmative, the applet continues to load. You will also see such a window the first time you try to use the clipboard, file transfer or a printer.
There is a check box in the window that lets you agree always to trust applets from IBM. If you check that, you will not see the window again.
Currently, CA-issued certificates are valid for one year. This means that, at some time during your use of Host On-Demand, its certificate could expire. Some browsers display a message when this happens, while others merely register the fact.
Although a certificate might expire, it was valid at the time that Host On-Demand was released. Two important points arise from this:
IBM renews certificates before they expire. In other words, a valid certificate always exists. When a release of Host On-Demand is made, it includes a certificate that is valid at the time of the release. IBM cannot make new certificates available to customers because there is no way that a customer can embed a certificate in the Host On-Demand files.
The browsers that are supported by Host On-Demand recognize signed applets, with the exception of Microsoft Internet Explorer on UNIX or Macintosh workstations.
Related topic: