Archive

Posts Tagged ‘Sign a Midlet’

How to Sign a MIDlet

December 14th, 2009 1 comment

These are the required steps in summary to sign MIDlets with a certificate.

  1. Generate public/private key pairs.
  2. Generate Certificate Signing Request (CSR) and submit it to CA .
  3. Sign the MIDLet with the certificate.

Here are the list of software required to accomplish the steps:

  1. Sun Java 2 SDK or JRE
  2. Sun Wireless Tool Kit (WTK)

Generate public/private key pairs

Create a Keystore

From the command line navigate to Java 2 SDK bin directory (if it is not in the PATH yet) and type the below command :

keytool -genkey -keyalg rsa -keystore <keystore_filename> -alias <alias_name>

It prompts you to enter a password for your keystore, your name, organization, and address. For example:

Read more…

  • Share/Bookmark
This site uses a Hackadelic PlugIn, Hackadelic SEO Table Of Contents 1.6.0.