| Thread | Last Post | Replies |
|
| X509 Certificates w/ JDK 1.1 | 09 Dec 2003 13:13 GMT | 2 |
I'm looking for an implementation/a library that handles X509 Certificates. I'm limited to JDK 1.1, so there is no way to use java.security.cert.*. Any help is appreciated!
|
| Password-based encryption without padding? | 08 Dec 2003 18:21 GMT | 4 |
I've got a client/server app that I'm working on where I've got the client and server successfully communicating over either standard sockets, or SSL. I'd like to provide a third option for using a shared secret, and to that end I'm trying to wrap socket-based I/O streams with
|
| Java class verifier | 05 Dec 2003 12:37 GMT | 3 |
Can someone explain how Java class sverifier verifies that a class is free of errors? Thanks Vissu
|
| Need help getting HttpsURLConnection to work | 04 Dec 2003 21:35 GMT | 1 |
I'm having trouble getting an HttpsURLConnection to work as expected. I suspect I am missing something (possibly a great many things) and would appreciate any insight that anyone could provide. I have a simple servlet running in Tomcat that does nothing more than
|
| Java is NOT appropriate for confidential code? | 04 Dec 2003 20:32 GMT | 3 |
I would like to hear opinion on my problem from those who have been working on Java. I am working on a small Java library to be used by a number of products in my compay. The library contains bit
|
| can data transmitted on SSL pipe be modified ? | 04 Dec 2003 09:37 GMT | 1 |
I am planning to use HTTP(S) (it uses SSL right?) for communication between browser and the Servlet. Can some one in the middle (hacker) modify the data when it is transmitted on the network ? If modified, will SSL be able to detect that ?
|
| ASN1 decoding of digital signatures | 03 Dec 2003 18:33 GMT | 2 |
I finally found that SHA1withDSA signatures generated by the Java security API are encoded using ASN1 rules, which may lead to variable lenght of the encoded signature (the signature itself is 40 bytes long but the length is variable
|
| Password Based Encryption with TripleDES | 03 Dec 2003 18:25 GMT | 2 |
Does anyone know how to use Password Based Encryption with TripleDES? Thanks, Alex. see
|
| Open source XKMS implementations? | 03 Dec 2003 17:55 GMT | 1 |
Does anyone know about the existence of an open source implementation of the XKMS specification (http://www.w3.org/TR/xkms/) or any efforts in that direction? I know that VeriSign's Trust Services Integration Kit contains a client-side implementation of XKMS v1.0 but I need the ...
|
| Browser login AND Java login required? | 03 Dec 2003 11:13 GMT | 1 |
I have been asked to do some maintenance work on a Java applet, and am experiencing a problem with it; The web page it is on is subject to user authentication, and when I load up the page the browser asks me to login. So far so good.
|
| Reading Windows Registry | 01 Dec 2003 13:46 GMT | 2 |
Hi NG I´m a bit desperate... Does anyone know if its possible to read the Windows Registry with a JSP Servlet ?
|
| IBM JCE supports HMAC-MD5? | 01 Dec 2003 08:53 GMT | 3 |
I need to create a secret key using the HMAC-MD5 algorithm and the IBM JCE, then be able to export/import that key. So first I create a key with the following method: private static final String HMAC_MD5_ALGORITHM_NAME = "HmacMD5";
|