policy files0105 (8/20/2003 9:20:58 PM) It seems you have two sorts of ability with the policy file: 1. use a signed file, and have the user ok full privilege or nothing. 2. use an unsigned file (or ignore signing) and control privileges on a fine ... Roedy
Help with running signed applet in Netscape 72108 (8/19/2003 4:27:43 PM) I have read numerous threads on the topic of self-signing applets, and have followed all of the instructions I could find. But my applet is still not working properly - I think it might be a problem with my ce... teresni
How to use safe connection in JSP?0106 (8/20/2003 11:16:27 AM) Hi! I've got a problem. I try in JSP to change normal connection to safe connection with forward ; But it deletes the first slash and adds the whole... Artur
Jarsigner with cert openssl0424 (8/20/2003 11:08:19 AM) Hi all. I have a problem when trying to sign a jar file. I've made a certificate using openssl in linux. Then I have imported that certificate to my keystore using the java keytool. Everything seems to go wel... George
AccessControlException with JMS, WebStart, and WebLogic5258 (8/15/2003 6:48:14 PM) I am attempting a simple JMS program under WebStart, and am having security issues occur which I don't understand. My jar files are signed and I have in my JNLP file. Yet when I try to lookup... foof890
RSA key size1184 (8/18/2003 6:46:33 AM) Hi all, The following program creates an RSA key pair and prints the length of its public key modulus. Eventhough I have initialized its size as 1024(128 bytes), the printed length is 129. What is behind this ... Sijo
MD5 digest length 16 bytes or not?3193 (8/18/2003 2:43:12 AM) I am using mysql. As defined by RSA DSI in RFC 1321 http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1321.html ..'The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fi... lbrtchx
access to document object from applet ?0118 (8/18/2003 3:56:07 PM) I am designing a web site and my current idea contains two frames a top and a bottom. I am thinking of putting a signed applet in the top frame. The bottom frame can be navigated off my site to any site the use... mgrabenstein
EJB Method Permission0124 (8/17/2003 8:44:04 PM) Hello, is there any way to check if a user has the right to execute a specific method on an ejb at runtime ? This is very important to create a gui dynamically based on the rights of the current user. For Exa... tgt21
JAASRealm and Tomcat problem2134 (8/14/2003 2:12:28 AM) Hi there, I have set up a JAASRealm for a JAX-RPC web app in Tomcat 4.1.24 (embedded in Sun's JWSDP1.1), setting userClassNames="com.tagish.auth.win32.typed.NTUserPrincipal" and roleClassNames="com.tagish.auth... paula_hollander