| Thread | Last Post | Replies |
|
| Retrieving Master Secret Key and Session Id in JSSE 1.6 | 30 Mar 2008 23:11 GMT | 1 |
I am developing a JAVA SSL client that talks with a legacy C++ server. The server uses RSA libraries for encryption. The JAVA client uses JSSE 1.6 for SSL communication with the server. The SSL handshake goes through fine, however the server needs further
|
| crypto with jce / without jce | 30 Mar 2008 22:59 GMT | 2 |
Hello, I am new to this forum and my English is not very well. I have the following problem. I wish to use unlimited cryptography within an applet. I know, if I want to use unlimited crypto I have to install the unlimited jurisdiction policy files. Because mostly the JRE is
|
| Problem with Java PGP | 30 Mar 2008 22:50 GMT | 3 |
I am working to implement Java PGP decryption in a web app. The target documents are being encrypted and then placed on the application server. The app will be decrypting at runtime. I have been able to implement the Java code on a Sybase application server, but when I
|
| Accessing the public key stored in a signed jar | 22 Mar 2008 16:20 GMT | 1 |
I signed a jar file and a document (later on) with the same private key. Now I want to use the public key stored in a jar file to verify the signed document. Is there a class available in the SDK to access the
|