Basic HTML version of Foils prepared May 19 99

Foil 88 Signing Code with Sun's Java 2-IV

From Remarks on Internet and Java Security Basic Information Track Computational Science Course CPS616 -- Spring Semester 1999. by Geoffrey Fox, Mehmet Sen


Make a Simple Policy for Signed Applets
Example .java.policy is
keystore ".keystore";
grant signedBy "friend";
codeBase "http://www.friendly.com/~mybuddy/applets/"
{
permission java.io.FilePermission "c:\\tmp\\*", "write";
};



© Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Wed May 19 1999