Message-Id: <199905220050.RAA06713@laguna.eng.sun.com>
Date: Fri, 21 May 1999 17:50:06 -0700 (PDT)
From: Jan Luehe <luehe@laguna.eng.sun.com>
Subject: Re: Decrypting PKCS8 private keys
To: leachbj@aba.net.au, dtaylor@forge.com.au
> However, the java.security.cert.X509Certificate documentation could
> stipulate the above method invocation returns an X509EncodedKeySpec
> containing the SubjectPublicKeyInfo structure.
To be more precise: It returns a byte array that could be used
to construct an X509EncodedKeySpec. :-)
Jan