| Thread | Last Post | Replies |
|
| GSS-API and credential delegation | 10 Oct 2003 21:15 GMT | 1 |
I am trying to use the GSS-API credential delegation functions in Java for client impersonation (K5 env). I am having problems with getting it to work. (1) Are there any samples that show how to use it?
|
| Ciphertext different each time I encode it with the same public key | 09 Oct 2003 20:22 GMT | 2 |
I've started playing around creating public and private keys and using them to encrypt byte[]s. I've noticed that the same public key encrypts the same plain text as different cipertext (or bytes) each time I run the code, although when I
|
| [TOMCAT] I want to hide "/index.jsp" and having "/" at the root of my site | 09 Oct 2003 17:42 GMT | 1 |
I have a webapp with a welcome file called "index.jsp". When i visit my site http://www.mysite.com/ , it convert the url in http://www.mysite.com/index.jsp !! I don't want to see index.jsp but only "/"
|
| Socket : security and accept ... | 07 Oct 2003 11:56 GMT | 3 |
I want to accept connection only if the host of the clients of the sockets are members of a restricted list. This list is specified on my server. For instance, my server is waiting on accept().
|
| Certificates and IE | 06 Oct 2003 15:52 GMT | 7 |
(Apologies if this is slightly off-topic). I'm trying to set up client certificate authentication on my Tomcat server, where I am the Certificate Authority and am signing my own certs (using keytool and a 3rd party CA app).
|
| Encryption options | 06 Oct 2003 00:00 GMT | 11 |
Let us say I want to distribute a series of files to a group of people. I am prepared to give them a decryption key of some kind ahead of time via CD/snail mail. I would like to pre-encrypt the jar files on the website for them to
|
| How do I run a trusted applet in Sun's Java plugin? | 05 Oct 2003 17:13 GMT | 3 |
I have written a trusted/signed applet that requires local file access. It runs on Internet Explorer but now I need to port it to run on the Sun Java plugin. I have found instructions in a couple of places on the web but they all say things like "user must import my certificate into ...
|
| is an java applet able to harm my computer? | 03 Oct 2003 13:38 GMT | 4 |
I use IE and netscape. In the options of IE, i see that the default settings concerning Java applet are: run java applets in script: yes I read that an applet can do more than a javascript. So, is an applet able
|
| Policy file ignored...why? | 03 Oct 2003 09:36 GMT | 2 |
I have a policy file that works fine. When I place the policy file other than user.home or java.home my Struts application does not use it. policy.url.1=file:${java.home}/lib/security/java.policypolicy.url.2=file:${u ser.home}/.java.policypolicy.url.3=file:C:/seernet.policy #...is ...
|