confused

Qian Chen (chenqian@ee.vt.edu)
Sat, 11 Oct 1997 11:45:32 -0400

Date: Sat, 11 Oct 1997 11:45:32 -0400
From: Qian Chen <chenqian@ee.vt.edu>
To: java-security@web2.javasoft.com
Subject: confused

I attempt to send/receive graphics to/from a trusted people, which needs
me have to resolve security problem. In my program I use object output
and input which lead to security problem.

I followed all the necessary steps in section "Using javakey", such as
1. javakey -cs [mysignname] true
2. javakey -c [trusted identity name] true
3. javakey -gk [mysignname] DSA 512 [publickey file] [privatekey
file]
4. javakey -gc cert_directive
5. jar cf [jarfile] [classes]
6. javakey -gs sign_directive [jarfile]
7. mv [jarfile.sig] [jarfile]
8. javakey -ik [trusted identity name] [that identity's
publickeyfile]
9. javakey -ikp [mysignname] [mypublickey file] [myprivatekey
file]
Of course, my trusted people also did the similar steps to make me as
his trusted identity.
Unfortunately, it didn't work and Java console showed the security
violation error message.
I really need help!!
Thanks a lot,
Qian