On Tuesday, October 29, 2002, at 09:33 PM, Daniel Rall wrote:

java.sun.com's JavaDoc for the javax.security doesn't say anything?

Try our source code:

http://cvs.apache.org/viewcvs/xml-rpc/src/java/org/apache/xmlrpc/ secure/SecurityConstants.java?rev=1&content-type=text/vnd.viewcvs- markup
I've read Sun's documentation (e.g. http://java.sun.com/products/jsse/doc/guide/API_users_guide.html) and various other tutorials on Java security (http://www.javaworld.com/javaworld/jw-05-2001/jw-0525-security- p3.html).

I understand most of the basic concepts (certificates, keys, CA's, providers, etc).

I've looked through the xml-rpc source code. Most of the entries seem to be along the following lines:

* Default security protocol. You probably don't need to
* override this default.
*/
public final static String DEFAULT_SECURITY_PROTOCOL = "TLS";

I'm not usually this thick, but I still don't quite get what the minimum set of steps is that I need to take to get the simple example I sent working ...

Surely it should not be this hard :-)



Reply via email to