| Thread | Last Post | Replies |
|
| Checking whether user has access to file/folder | 30 Nov 2004 16:48 GMT | 4 |
I was wondering hwo to go about making sure that a user has access to read or write to a folder/file on the local/network file system given just the path from Java. I have a simple test program: import java.io.*;
|
| where to purchase client certificates | 28 Nov 2004 11:46 GMT | 1 |
I have written a Java application that uses a client certificate to authenticate (login) to a realm (domain) on Tomcat. During development I used Java's keytool utility to generate the certificate. Now it is time for my application to go to production and I must purchase a
|
| Applet Security Issue | 27 Nov 2004 19:28 GMT | 3 |
We have created a java application that runs our business application, and are now looking to run it as an applet so that it can be accessed from the internet. We have loaded both the classes and a jar file to the web server for testing, and have found that when we
|
| java sha-1 problem | 26 Nov 2004 15:30 GMT | 4 |
I've a problem with this java-class "hash": import java.security.*; public class hash {
|
| key pair created with DSA, want CSR in RSA | 25 Nov 2004 16:23 GMT | 1 |
I generated a public/private keypair using keytool (j2sdk1.4.2_04 on Windows NT): keytool -genkey -alias <alias> -keypass <passwd> -keystore .keystore As I've read in the documentation for keytool this command generates a
|
| javamail-crypto | 23 Nov 2004 19:35 GMT | 1 |
Perhaps I can use functionality like the javamail crypto API. To get 100% grip on it I need sources. Unfortunately the 'net.suberic.crypto' stuff is out of sight. I tried to get it via anonymous CVS at sourceforge, but no reply as a
|
| MessageDigest different | 20 Nov 2004 02:27 GMT | 1 |
I have an application that get PDF documents from the Web and store them in a database. I don't want to add the same document many times so I decided to calculate the digest of these documents. Here is want I do:
|
| java.security.SecureRandom Bug | 16 Nov 2004 23:37 GMT | 2 |
SecureRandom hangs on the Linux Machine I am using (Linux 2.1 AS) running Sun JDK 1.4.1_05. Does anyone know if this is a known issue, how can it be resolved ? Thanks in Advance,
|
| Why getLocalCertificates always returns null | 16 Nov 2004 19:26 GMT | 1 |
I have created a key using keytool and selfcer it. But when I calling using the SSLSession.getLocalCertificates , I always got null. Here are the entries in my list, any comments? Thanks a lot jacktestkey, Fri Nov 12 12:35:39 EST 2004, keyEntry,
|
| Prevent JAR file from modification | 14 Nov 2004 19:09 GMT | 4 |
we want to deploy a web archive (*.war file) or just jar files to our customers. We do all customer specific modifications to the included XML configuration files before deployment and want to prevent the customers from changing any configurable parameters.
|
| untrusted certificate for testing: Untrusted Server Certificate Chain | 09 Nov 2004 09:01 GMT | 2 |
I want to test my application which connects to a https site. The certificate is NOT trusted with a root certification authority. I get the following error: Caused by: javax.net.ssl.SSLHandshakeException:
|
| tomcat webserver on windows and https | 06 Nov 2004 14:44 GMT | 1 |
I've no experience at all with Tomcat and would like to setup an https traffic to a tomcat integrated webserver. I would like to know the steps for : 1) generate the webserver certificate CSR (We sign the CSR with our
|
| Disabling Web Start | 04 Nov 2004 17:56 GMT | 3 |
I installed the latest JRE (J2SE 5.0 JRE) on a Windows host yesterday. After installation, the host listens on several new ports. The listener seems to be related to Java Web Start. I don't need Java Web Start (just want a working JVM); I want a
|
| run file.bat from java | 03 Nov 2004 16:40 GMT | 2 |
Hello to everybody, I try to run my batch file in this way : Runtime.getRuntime().exec("http://virgilio/"+parent.areaAdams + "/run_adams.bat");
|