Re: Certificate chaining w/javakey generated DSA certificates

David Brownell (David.Brownell@Eng)
Tue, 16 Sep 1997 17:09:37 -0700

Date: Tue, 16 Sep 1997 17:09:37 -0700
From: David.Brownell@Eng (David Brownell)
Message-Id: <199709170009.RAA08341@argon.eng.sun.com>
To: java-security@web2.javasoft.com, gchung@openhorizon.com
Subject: Re: Certificate chaining w/javakey generated DSA certificates

> I understand that certificate chaining is not yet supported under JDK
> 1.1.3 yet.

However, you can implement it yourself as was done for JavaSoft's
implementation of SSLv3. The APIs exist in the JDK, but at the
"sun.*" level of classification (newly redefined to mean "don't
even look, much less touch").

- Dave