| Thread | Last Post | Replies |
|
| use this one - Problem importing a private key into a keystore used by tomcat | 30 May 2004 21:57 GMT | 1 |
I have a certificate and a private key. I used keytool to create a keystore with the certificate and alias of "tomcat". keytool does not seem to provide a way to import a private key. How can you import a private key into tomcat keystore.
|
| RSA Signed Applet still throws SocketException | 28 May 2004 19:59 GMT | 5 |
We have an applet that is signed using an RSA key. It used to work fine apparently but I cannot get it to work. When the socket attempts to connect, we get the following exception: Error: access denied (java.net.SocketPermission 127.0.0.1:0 connect,resolve)
|
| RSA Decryption | 26 May 2004 06:11 GMT | 3 |
How to use the public key of RSA to decrypt? What command should I use?
|
| RC4 in Java 1.4.1_03? | 26 May 2004 03:34 GMT | 1 |
Is there a trick to get a Cipher instance to use the stream cipher RC4? When I try to get it, I get a "NoSuchAlgorithmException: Cannot find any provider supporting RC4", even though it says in the JCE Reference Guide for JDK 1.4 that it is available.
|
| authentication and session tracking | 25 May 2004 18:14 GMT | 1 |
I'm working on a webapp including several servlets. I have set up a user authentication mechanism checking user accounts in a database. This works fine but the user should remain logged in until he logs out explicitly or leaves the web application to another page. I tried to use the ...
|
| Using two signed jars for an applet | 19 May 2004 18:49 GMT | 3 |
I want to provide a solution where i have one jar-archive where the applet itself and all dialogs or what ever are in it and one jar-archive where i have my utiliy-classes which provides a SocketConnection for example. To use the SocketConnection the
|
| Policy problem | 16 May 2004 09:03 GMT | 2 |
i'm realizing a p2p system with rmi and i still don't understand in which way to manage permissions by policy; every node makes avaible some resources by rmi
|
| Java IDEs to deal with security issues | 13 May 2004 09:49 GMT | 2 |
I am Aravind.Can someone suggest some Java and .NET IDEs that have features which would help in dealing with different security issues such as buffer overflow,SQL injection,cross site scripting etc...?. Aravind
|
| Serializable object in SealedObject and deserialization problem | 13 May 2004 07:18 GMT | 3 |
I have an object which implements Serializable, and have the serialVersionUID generated by serialver. When I have it, I put it in a SealedObject to encrypt
|
| J2SE SSL, no response on client hello message, no transparent channel :) | 11 May 2004 11:46 GMT | 2 |
I have problem with using of JSSE. Especially with secure sockets. My problem is described in the next paragraph. I have captured the communication between server and client side. And it works that way when I sent data just from client side then the
|
| JSSE, ObjectOutputStream and CachedRowSets | 10 May 2004 21:43 GMT | 1 |
I already posted questions concerning this subject in former time in other newsgroups, but there was no satisfying help yet. So you are my last chance. I wrote two Java-Applications that shall communicate over a JSSE
|
| HTTP tunneling through proxy server | 10 May 2004 17:30 GMT | 8 |
I first posted this on comp.lang.java.programmer but to no avail. Our program connects to the License Generator (the Java-based server running on our website host) via URLConnection like this: String _url = "http://gestalt.com/license/";
|
| Upgrading plain Socket to TLS secured mode? | 10 May 2004 12:03 GMT | 4 |
I am working on a small application where I have a simpl ServerSocket waiting for incomminc connections. If during a connection a certain keyword is received, then the connection should be TLS secured. The procedure is quite similar to the SMTP STARTTLS command.
|
| HTTPS Servlet with Tomcat | 08 May 2004 19:32 GMT | 1 |
Hi folks!! I'm new to SSL and I've been working arround for 3 days to adapt my servlets to HTTPS. I've correctly configured jakarta-tomcat 4.1.30 as shown in
|
| Import PKCS#12 certs to JKS | 07 May 2004 20:25 GMT | 1 |
Can we import PKCS#12 certs to a JKS format keystore and use it normally by an alias (just the way w can use a PEM or DER cert) ? Or, can we change a PKCS#12 format cert to a DER format cert ? Thanks in Advance.
|