Cep Terminals GSM/GPRS TERMINAL CT63 JAVA 6203 用户手册

产品代码
6203
下载
页码 109
Java User’s Guide
11 Java Security
99
wm_java_usersguide_v19
Page 85 of 109
2012-01-27
Confidential / Released
11
Java Security
The Java Security Model follows the specification of MIDP 2.0 and is IMP-NG conforming. It 
integrates only a simple protection domain concept since protection domains are not needed 
for module use cases.
Java Security is divided into two main areas: 
Secure MIDlet data links (HTTPS, Secure Connection) (see 
)
Execution of signed/unsigned MIDlets (see 
)
The interface of Java Security offers the following functionality.
Insert/delete X.509 certificate (default is no certificate, see 
Switch between trusted and untrusted mode for the execution of MIDlet 
(default is trusted after inserting the certificate, see 
Enable/disable untrusted domain in trusted mode (default is disabled)
Switch MES (default is ON see 
)
Switch https certificate verification (default is OFF, see 
Restrictions:
The module does not supply users independent date/time base. Therefore no examination
of the validity of the expiration date/time of the certificate takes place.
11.1
Secure Data Transfer
This feature makes it possible for MIDlets to use safe data links to external communications 
partners. The specification IMP-NG defines two java classes with this characteristic - HTTPS-
Connection and SecureConnection
.
The Cinterion implementation follows the recommendations in IMP-NG:
HTTPSConnection
HTTP over TLS as documented in 
RFC 2818
 and TLS Protocol Version 1.0 as specified in
RFC 2246
.
SecureConnection
TLS Protocol Version 1.0 as specified in 
RFC 2246