where is sun.security.tools.KeyTool
843811Apr 1 2002 — edited Sep 17 2002I have read that I can only create certificates using the Keytool. However, I would like to present my users with a GUI where they can enter their details (similar to the ones that the Keytool asks), and once they press OK, my application will create a certificate for them.
Can I create a certificate programmatically. (I don't want to tell my users: "Please, go to the command line and enter 'keytool -genkey .....' ")
I was told that there is an API for sun.security.tools.KeyTool, but I cannot seem to find this API.
Any thoughts