| Thread | Last Post | Replies |
|
| Silent NTLM Authentification from httpclient | 29 Aug 2004 13:30 GMT | 1 |
Hi gurus, I am trying to access web page protected by NTLM authentification mechanism by httpclient. If I construct object org.apache.commons.httpclient.NTCredentials (with my user name and
|
| Signed applet works in 1.3 but not 1.3.1_04 | 25 Aug 2004 20:02 GMT | 1 |
I have a applet that runs on a company intranet, accesses an Oracle database, and writes text files to the user's file system. The applet is in a JAR file that was created with JBuilder 3.5. It uses a self signed certificate. The user downloads a .java.security file to their
|
| Java Licensing software? | 25 Aug 2004 00:41 GMT | 2 |
Hi, Im looking for licensing software to licence a new product (single user licences only) about to be released. I dont need features such as licence key server etc. but would like some form of hardware locking and time based trials (e.g 30 days), Any tips on whats out their?
|
| Store Hash in DB | 22 Aug 2004 08:23 GMT | 1 |
I need to store a Hash (MD5/SHA1) into the DB. what is the best way to store it in DB? - binary string of 16/20 chars - 32 byte hex
|
| Encryption Solution | 22 Aug 2004 01:50 GMT | 1 |
Dear Gurus I have a applet running on client side, may be behind the firewall. This applet makes TCP connection with the server to transfer a file from client to server machine.
|
| too much data for RSA block | 20 Aug 2004 17:38 GMT | 1 |
i have a problem with my RSA implementation in Java... if i have a string which is no longer then 64 Signs is there any problem. But as soon as a string is longer than 64 Signs i get an Exception about this:
|
| install SDK1.4.2 under windows 2000 | 20 Aug 2004 15:14 GMT | 1 |
I try to install SDK1.4.2 under windows 2000 when I compiler a test program I have a error message the dosen't found javac. Where is the problem? Also, I want ot install SDK1.4.2 under network shoud I validate the port and proxy?
|
| Https connection too slow | 13 Aug 2004 17:44 GMT | 1 |
I have a Java HTTP client application. In regular intervals of time it sends GET requests to Web server over Https. I am using HttpsURLConnection (see code) and everything works fine except it is too.
|
| InvalidKeyException: Wrong key size - Encryption exception with javax.crypto.spec.DESedeKeySpec | 13 Aug 2004 08:01 GMT | 3 |
Hi, We have a problem with a particular Encryption class being run on a Linux Box with this java environment-
|
| xmlrpc with ssl problems | 10 Aug 2004 20:52 GMT | 1 |
I have problem with apache xml-rpc secure client. I created certificates with sun key tool. I can list them and everything looks ok. When I start secure client I ge error message: ..
|
| JCE and openssl interoperability for AES encryption | 08 Aug 2004 20:14 GMT | 7 |
I wrote a program which performs AES (Rijndael) symmetric encryption&decryption using openssl. And now I need to write another program which should provide the same functionality in Java - it should be able to decrypt/encrypt the result of openssl and
|
| Obtain the CRL distribution point? | 05 Aug 2004 07:16 GMT | 1 |
Does anyone know how to obtain the CRL Distribution Point URL from an X.509 certificate? I know the OID of the extension and how to call getExtensionValue(). It returns the value but it is DER encoded. How can I turn this into a valid URL string? Any help? Thanks!
|