| Thread | Last Post | Replies |
|
| java.policy | 31 May 2005 22:16 GMT | 6 |
I'm trying to run a little applet that I wrote on a browser but I can't get it to read files properly. I've played with various policy files and signing stuff and I finally got it to work by adding "permission java.security.AllPermission;" to the "grant {" section of
|
| Problems using crypto library | 31 May 2005 07:41 GMT | 6 |
Hi to all, I have checked out the following code from the Sun site: import javax.crypto.KeyGenerator; import javax.crypto.Mac;
|
| URL with PATH/QUERY HostnameVerifier "wrong hostname" | 21 May 2005 09:33 GMT | 1 |
I'm using https client-side authentification. Everything is working fine, as long as I use the CN name (debian.lan) issued in the servers public certificate. The hostname "debian.lan" resolves to the ip address "192.168.1.4", and
|
| Check leaf key usage failed in certificate | 17 May 2005 06:54 GMT | 1 |
I have an applet, embedded in a web page, that worked fine (and still works fine) on machines running Java 1.4.2 and below, but throws an exception on machines running version 1.5.0_0x. Specifically, I get the following exception and stack trace:
|
| RSA encryption with private key in Java | 13 May 2005 22:28 GMT | 1 |
How can I encrypt (with private key) a message in Java aplication using RSA algorithm ? I have a Bouncycastle package and it works... BUT !!!! I send this encrypted text to the server where I must decrypt it with public
|
| Signed code runs using WebStart in 1.4 but not 1.5 | 12 May 2005 22:24 GMT | 1 |
I have a signed application that runs flawlessly under WebStart in 1.4 JDKs/JREs (on WinXP/2K, Linux and MacOS X) that refuses to run under WebStart in 1.5 JDKs (on both Windows and Linux; haven't tried on MacOS). The error occurs when the certificate is validated (this is from 1.5 ...
|
| Programming with standard PKCS#11 and several Hardware Tokens | 11 May 2005 09:56 GMT | 1 |
I try to encrypt with several Hardware Token (eToken, iKey, CryptoCard) and the standard Java PKCS11-class. I can Access the keyStore on the Token and I can encrypt a small String. Provider p = new sun.security.pkcs11.SunPKCS11(configName);
|
| applet read file | 10 May 2005 09:08 GMT | 3 |
Hi, for all I have a problem- I made an applet I want to read some files on the server where there is the applet but for the first thing I need to scan all the directories avaible.
|
| Help with security in Windows | 10 May 2005 02:43 GMT | 1 |
Sorry for the cross-post: I sent this to comp.lang.java.programmer, and did not get a response. Can anyone point me to a primer on accessing Windows file security information from within Java?
|
| Expiring a software based on timestamp | 10 May 2005 02:26 GMT | 1 |
I want to be able to create a demo version of an application which has an activation code which will 'expire' the demo either: a) on a certain date I specify or b) at the end of 30-60 days.
|
| Using AS/400 for JAAS Tomcat Authentication? | 08 May 2005 20:15 GMT | 1 |
I am planning a secure intranet web application using Tomcat on Windows 2K. I would like for my users to login using their AS/400 accounts. My motive for re-using the AS/400 users are 1) they will be viewing data from the AS/400, and 2) the obvious single-signon-esqe convenience.
|
| newbie question | 02 May 2005 21:58 GMT | 4 |
I'm trying to use SecretKeyFactory.getInstance("PBEWithMD5AndDES"); as described here: http://java.sun.com/j2se/1.5.0/docs/guide/security/CryptoSpec.html#PBEEx It fails with a
|