| Thread | Last Post | Replies |
|
| java.security.NoSuchAlgorithmException: No such algorithm: RSA | 16 Sep 2006 23:29 GMT | 1 |
I have this code import java.io.*; import java.security.*; import javax.crypto.*;
|
| java.security.NoSuchAlgorithmException: No such algorithm: SunX509 | 16 Sep 2006 05:01 GMT | 1 |
I am not able to start my Websphere 6.0 on windows when I modify the java.security file . I made the following change in the file : current values:
|
| Remote signing/decrypting with SSL | 15 Sep 2006 08:13 GMT | 2 |
I'm working on this application that has to make an SSL connection. No problems with getting a test connection, but the private key that is used to authenticate the client in the real life situation is locked away on a smartcard. Therefor all the signing and decrypting has to go
|
| Error in decoding SOAP Message | 08 Sep 2006 11:39 GMT | 2 |
Anybody has never got these exceptions: "Error in decoding SOAP Message", and "Cannot find the dispatch method"
|
| DOTNET Encryption decypted in Java | 07 Sep 2006 17:46 GMT | 1 |
I want to decrypt a DOTNET encypted text with Java, but i do not know how. The DOTNET function looks like that: private void but_encrypt_Click(object sender, System.EventArgs e) {
|
| HttpsURLConnection Connects Time out on Geronimo | 07 Sep 2006 15:37 GMT | 1 |
I have a servlet that makes a secure connection to a remote system to execute a REST message (XML over HTTP). There is no WSDL portion unfortunately ... the remote party made their own design decisions outside of my control.
|
| Java and X509 Certificates .. help!! | 05 Sep 2006 20:08 GMT | 1 |
I need some help! I would like to know if it is possible to get, from the browser (web client), the server X509 certificate used by it in an already SSL established session with the client (browser). As in the server side, with your application you can get the client X509
|
| rmiregistry command and truststore locations etc. | 01 Sep 2006 04:37 GMT | 1 |
Is it possible to use the rmiregistry command with a custom truststore? I've tried passing in -J-D-Djavax.net.ssl.trustStore=truststore -Djavax.net.ssl.trustStorePassword=password but am still seeing exceptions about not finding the truststore (path is definitely valid,
|