en Henson wrote:
>
> On Wed, Mar 10, 2010, eoinmoon wrote:
>
>>
>> I then exported the private key [in java code], checked it was in PKCS8
>> form
>> - See below
>>
>> "if (key instanceof PrivateKey && "PKCS#8"
Hi,
I have searched the web for this answer and there are several suggestions on
how to do this , but my attempts have failed to convert an private
key[generated in java keystore and exported via java code] to a PEM format
which I need for my application.
These are the steps I have done:
Keytoo