Exit Print View

Java Platform Micro Edition Software Development Kit Version 3.0, CLDC

Get PDF Book Print View
 

Document Information

Getting Started

Features

Using Sample Projects

Creating and Editing Projects

Viewing and Editing Project Properties

Running Projects in the Emulator

Searching the WURFL Device Database

Finding Files in the Multiple User Environment

Profiling Applications

Monitoring Network Traffic

Security and MIDlet Signing

Security Domains

Setting Security Domains

Specify the Security Domain for an Emulator

Specify the Security Domain for a Project

Signing a Project

Sign a CLDC Project With a Key Pair

Managing Keystores and Key Pairs

Working With Keystores and Key Pairs

Create a Keystore

Add an Existing Keystore

Create a New Key Pair

Remove a Key Pair

Import an Existing Key Pair

Managing Root Certificates

Command Line Reference

Logs

JSR Support

JSR 75: PDA Optional Packages

JSR 82: Bluetooth and OBEX Support

JSR 135: Mobile Media API Support

JSR 172: Web Services Support

JSR 177: Smart Card Security (SATSA)

JSR 179: Location API Support

JSR 205: Wireless Messaging API (WMA) Support

JSR 211: Content Handler API (CHAPI)

JSR 226: Scalable 2D Vector Graphics

JSR 229: Payment API Support

JSR 238: Mobile Internationalization API (MIA)

JSR 256: Mobile Sensor API Support

Index


Sign a CLDC Project With a Key Pair

  1. Right-click on a project and select Properties.
  2. From the Build hierarchy, select Signing.
  3. Check the Sign Distribution checkbox.
  4. Choose a keystore from the Keystores drop-down menu, or click Open Keystores Manager to create a new keystore.

    The Certificate Details area displays the Alias, Subject, Issuer, and validity dates for the selected keystore.

  5. Choose a key pair alias from the drop-down menu.

    A keystore might be accessed by several key pairs, each with a different alias. If you prefer to use a unique key pair, select Open Keystores Manager and create a new key pair. See Create a Keystore.

  6. Click OK.
Related Information

Signing