| Thread | Last Post | Replies |
|
| signing 3rd party jars problem | 25 Feb 2006 21:38 GMT | 3 |
I have an applet that compiles and runs fine. The 3rd party jars successfully updated the applet jar, but the problem is signing. When I try to sign it I get the following: Signing JAR: F:\Projects\applets\applets\dist\applets.jar
|
| how do I use sun.plugin.security.PluginClassLoader?? | 21 Feb 2006 20:11 GMT | 2 |
how on earth do I use the sun.plugin.security.PluginClassLoader?? I cannot find any examples or proper documentation of it. I found some descriptions here: http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/rsa_how.html.
|
| Keystore | 16 Feb 2006 20:39 GMT | 1 |
There is a possibility of create a keystore file by a class ? Because the only way i find is by the keytool command and the java.security.keystore didn't implement it Thank's
|
| LDAP question | 14 Feb 2006 16:13 GMT | 4 |
I am new to LDAP. We are suppose to implement security through LDAP. We have LDAP for Novell, for loign to mchines. Now we want to tie this Novell login to application logins. Could please any body move me in the right direction.
|
| Have I hit something awkward ? | 09 Feb 2006 14:48 GMT | 1 |
First of all: I'm 'sorta' "cross posting" between this newsgroup and the Sun java webforum, I hope this won't disturb anyone. I'm just completely baffled with what I'm currently encountering and as such I couldn't refuse. The situation: I'm writing an application which converts a ...
|
| Same encrypted value for different keys | 06 Feb 2006 15:03 GMT | 4 |
I have a basic mis-understanding on how to encrypt/decrypt information. I am using the class shown below. For a given value and two different keys, I am getting the same encrypted string. Yet I should be getting two different encrypted
|
| Kerberos+SASL+GSSAPI Java 1.5. problem | 06 Feb 2006 12:37 GMT | 1 |
I have an application that does kerberos authentication and then binds to LDAP using SASL-GSSAPI. It works perfect under Java 1.4.2 but it doesn't run under Java 1.5.0. I attach the slapd log entries concerning sasl of both versions.
|
| C++ library that talks to Java SSL? | 03 Feb 2006 22:58 GMT | 1 |
Are there any C++ libraries out there (free or commercial) that will allow a UNIX C++ application to exchange certificates with a Java server (mutual certificates). All I can find out there is openSSL and it doesn't seem that anyone has every gotten that to work with Java.
|
| SSL with jdk1.3.1 | 02 Feb 2006 08:01 GMT | 1 |
We are using Tomcat 4.1 with JDK 1.3.1_07. When we try to start tomcat over SSL port we get following error: java.lang.ClassNotFoundException: Can't find any SSL implementation This is probably because SSL wasn't supported with jdk1.3. Upgrading
|