Can I write code for HTTPS with Simplicity for Mobile Devices?
Simplicity for Mobile Devices will let you write code that uses HTTPS. However, the MIDP 1.0 specifications require that all MIDP devices support HTTP, but HTTPS support is optional for MIDP devices. This means that while you’ll be able to write code that uses HTTPS, you’ll need to check to see that the device and the Java Virtual Machine on it support HTTPS. Many devices support HTTPS, but not all.