On Thu, Jun 24, 2004, McCune, Michael wrote:

> Hi Andy,
> 
> My prior post might help you (below).  I basically decrypted the
> original key (using "openssl pkcs8") I had generated with OpenSSL (a RSA
> key), and at the same time, it was converted to a PKCS8 format.
> 
> I stripped off the header and footer from the decrypted PKSC8 file
> ("-----BEGIN RSA PRIVATE KEY-----" and "-----END RSA PRIVATE KEY-----").
> 
> Then, I read in the file (FileInputStream) and Base 64 decrypted the
> file read.

That's actually equivalent to specifying DER format (-outform DER).

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to