signature encoding

Mark Bordas (Mark.Bordas@East)
Thu, 24 Apr 1997 17:46:07 -0400 (EDT)

Date: Thu, 24 Apr 1997 17:46:07 -0400 (EDT)
From: Mark Bordas <Mark.Bordas@East>
Subject: signature encoding
To: java-security@java.eng.sun.com

The Signature.initSign() method returns an x.509 encoded byte array.
Is there a class that can convert this back to the original data?

In general, there are a number of classes in the sun.security
package that don't seem to be documented (such as sun.security.x509.X509Cert).
Is that because they aren't intended to be accessed directly? Are there
any platform-dependency issues?

mark