> Can I generate a certificate request or a certificate authority without useing
keeytool . Exists special class that provide me methods for doing this?
> If i want to make an application which generate a CA the application must
contain keytool or not?
There are no such "java.*" classes in the JDK.
The classes that provide the functionality you are looking
for are in "sun.*" packages, which you are not supposed to
call directly.
We might provide this functionality as a separate java extension
package in the future.
Jan