Re: Digital Signature for MIDlet?
Ward Willats <[email protected]>
| Newsgroups | gmane.comp.java.sun.kvm |
|---|---|
| Message-ID | <[email protected]> |
At 04:00 AM 8/6/2007, you wrote: >Is the intermediate certificate necessary in the code signing process? >Appreciate it if someone with similar experience can share some limelight. Yes. The jadtool usually puts all three certs (sign, intermediate, root) in the JAD. You really don't need the root. Here we run the jadtool twice and drop in just the signing and intermediate certs explicitly. (This keeps the JAD size down -- important on some Nokia series 40 with small JAD file size limits.) -- Ward =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff KVM-INTEREST". For general help, send email to [email protected] and include in the body of the message "help".