From: francesca f. <fra...@ju...> - 2007-10-11 10:31:11
|
Hi all! I'm using your Tccert package to create a test certificate for a CA. I've a question: is it possible to create a Ca certificate where the public and private key of the Ca are created by me? Another question: when i invoke the CaCertificate construct as follows: cacert = new CACertificate(properties, null, null); and i invoke the method: cacert.getKeyPair().getPrivate() or caCert.getKeyPair().getPublic() do i obtain something? Does the constructor create a keypair for the Ca? thank you, F.F. |