Generating digital signature

Hi,I want to use digital signature to develop some application. It is for experimenting purpose. So is there anyway to generate digital signature without involving CA?ThanksJahnvi
[207 byte] By [Jahnvia] at [2007-9-24]
# 1

You could use the keytool program that manage a key store, which is a database of certificates. To do so, use the command line:

keytool -genkey -keystore yourKeyStore.store -alias yourCertificate, then follow the instructions. The keytool command allows you to import/export certificates, etc. Just type keytool on the command prompt and you get all the options.

ringlera at 2007-7-14 > top of java,Security,Cryptography...