How to extract Private key from keystore entry using keytool ??
843811May 21 2007 — edited May 22 2007How may I extract just the private key from the keystore entry of a public/private key pair originally generated by keytool -genkey ??
I know how to extract the certificate (-export), but my understanding is that is only the public key.
Thanks for help.