by Steve [steve_campos at hotmail dot com] posted on 2004/01/16 |
|
I 've generated a key with the keytool of java, and I 've exported the public key in ".cer" file. Next, I used my certificate in the SecurityOptions, and have made a secure socket with SecureTcpClient class. Problem : when I run my client, I received the exception that I need a private key in my certificate. Why do I need a private key in the certificate of the client!!!??? |