16.3. SecureConnection

The SecureConnection interface defines the API for a secure socket connection. Interface SecureConnection, like its superinterface SocketConnection, allows a client to connect to a server and has the added benefit of a secure transport. The MIDP Specification version 2.0 requires that a SecureConnection comply with one or more of the following specifications:

  • TLS Protocol Version 1.0: specified in RFC 2246 [reference 4].

  • SSL V3: specified in The SSL Protocol Version 3.0 [reference 12].

  • WAP(TM) TLS Profile and Tunneling Specification: specified in WAP-219-TLS-20010411-a [reference 14].

There is no support for the complementary server-side secure connection in the MIDP Specification version 2.0.

An application opens a secure ...

Get Programming Wireless Devices with the Java™ 2 Platform, Micro Edition, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.