Date: Wed, 7 May 1997 13:45:16 -0700
From: David.Brownell@Eng (David Brownell)
Message-Id: <199705072045.NAA06112@argon.eng.sun.com>
To: java-security@web2.javasoft.com, willard@ctron.com
Subject: Re: Pkcs #10
> Does the Jdk1.1.1 include methods for generating a pkcs#10 encoded
> buffer for Certificate Requests?
The sun.security.pkcs.PKCS10 class provides this functionality.
However, it's not publicly supported and you'll need to get a
source license to the JDK in order to get documentation to that
particular class.
- Dave