how to sign midlet

1. What is the benifit to get MIDlet signed.

2. how to do it? Can I do it with keytool? or J2ME toolkit?

3. I tried to sign my midlet suite with a self signed cert and using keytool, jarsigner and JadTool in WTK22. I export the cert to a .crt file and installed it on my 6630 and give all permission to it. My midlet is installed successfully as a trusted third party. But it still ask for internet access permissio everytime, which is what I want to get rid of.

Will a real Certificate from a CA get rid of the warning dialogs?

Thanks

[566 byte] By [RiekeyLeea] at [2007-10-3 11:52:49]
# 1
no one knows this?
RiekeyLeea at 2007-7-15 14:27:08 > top of Java-index,Security,Other Security APIs, Tools, and Issues...
# 2

1. What is the benifit to get MIDlet signed.

No warning after you sign the MIDlet!

2. how to do it? Can I do it with keytool? or J2ME toolkit?

You should buy a VeriSign or Thawte Java code signing to sign it. please refer the guide in this website: http://www.wotrust.com/support/Nokia_MIDlet_signing_guide.htm

3. I tried to sign my midlet suite with a self signed cert and using keytool, jarsigner and JadTool in WTK22. I export the cert to a .crt file and installed it on my 6630 and give all permission to it. My midlet is installed successfully as a trusted third party. But it still ask for internet access permissio everytime, which is what I want to get rid of.

Will a real Certificate from a CA get rid of the warning dialogs?

Self-signed cert don't support in any mobile phone! you should buy a real cert from CA to get rid of the warning dialos.!

WoTrusta at 2007-7-15 14:27:08 > top of Java-index,Security,Other Security APIs, Tools, and Issues...