From: =?us-ascii?Q?Bjorn_Bravander?= <bjorn.bravander@jaybis.com>
To: "'java-security@java.sun.com'" <java-security@java.sun.com>
Subject: Questions on Keytool
Date: Mon, 15 Feb 1999 13:27:17 +0100
Hello, I have two questions about keytool:
1. In keytool,
Is it possible to use RSA as key-pair generator, and would that look like:
keytool -genkey -alias MyName -keyalg RSA -sigalg MD5withRSA
(keytool -genkey -alias MyName -keyalg DSA -sigalg SHA1withDSA works fine...)
2. Where do I find the private key? is it in the keystore?
Thank you!
/ Bjorn