hi @ all
what about the way about the browser?
i have found in the java settings a adjustment called :
Tck Serveradjustmen
with the address:
http://...:8080/test/getNextApp.jad
and i found in the file called wmls.conf this:
/* AUTHENTICATION METHOD
*
* No authentication: 0
*
* CertMgr: 1
* WIM: 2
* PKCS11: 3
*/
AUTHENTICATION_ORDER 1
/*Label of the user certificate stored in Certificate Manager */
USER_CERTIFICATE_LABEL "WTLS_CERTIFICATE_ONE"
/*Type of certificate to be used in WIM */
*
* x509 CERTIFICATE 2
* x9.68CERTIFICATE 3
* WTLS CERTIFICATE 1
*/
WIM_CERTIFICATE 1
/*WIM Login Pin file Name */
WIM_LOGIN_PIN "3F0050150001"
/* Bulk Cipher Algorithms
*
* WTLS_BCIPHER_NULL: 0
*
* WTLS_BCIPHER_RC5_CBC_40: 1
* WTLS_BCIPHER_RC5_CBC_56: 2
* WTLS_BCIPHER_RC5_CBC: 3
*
* WTLS_BCIPHER_DES_CBC_40: 4
* WTLS_BCIPHER_DES_CBC: 5
* WTLS_BCIPHER_3DES_CBC_EDE: 6
*
* WTLS_BCIPHER_IDEA_CBC_40: 7
* WTLS_BCIPHER_IDEA_CBC_56: 8
* WTLS_BCIPHER_IDEA_CBC: 9
*/
BULK_CIPHER_ALGORITHM 3
/* Mac Algorithmas
*
* SHA_0: 0
* SHA_40: 1
* SHA_80: 2
* SHA: 3
* SHA_XOR_40: 4
* MD5_40: 5
* MD5_80: 6
* MD5: 7
*/
MAC_ALGORITHM 3
/* Key Exchange Suite
*
* WTLS_KEYX_NULL: 0
* WTLS_KEYX_SHARED_SECRET: 1
* WTLS_KEYX_DH_ANON: 2 s
* WTLS_KEYX_DH_ANON_512: 3 s
* WTLS_KEYX_DH_ANON_768: 4 s
* WTLS_KEYX_RSA_ANON: 5 s
* WTLS_KEYX_RSA_ANON_512: 6 s
* WTLS_KEYX_RSA_ANON_768: 7 s
* WTLS_KEYX_RSA: 8 s
* WTLS_KEYX_RSA_512: 9 s
* WTLS_KEYX_RSA_768: 10 s
* WTLS_KEYX_ECDH_ANON: 11 s
* WTLS_KEYX_ECDH_ANON_113: 12 s
* WTLS_KEYX_ECDH_ANON_131: 13 s
* WTLS_KEYX_ECDH_ECDSA: 14 s
*
*/
KEY_EXCHNAGE_SUITE 5
/* PARAMETER INDEX
* if RSA --> 0 s
* if DH -->
* DH_512: 1 s
* DH_768: 2 s
*
* if EC -->
* EC_1: 1 s
* EC_3: 3 s
* EC_4: 4 s
* EC_5: 5 s
* EC_6: 6 s
* EC_7: 7 s
* EC_8: 8 s
* EC_9: 9 s
*/
PARAMETER_INDEX 0
/* PrivateKey Location
*/
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\dh_512\dh_prkey.inf"
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\dh_768\dh_prkey.inf"
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\rsa_512\rsa_prkey.inf"
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\rsa_768\rsa_prkey.inf"
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_1\ec_prkey.inf"
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_3\ec_prkey.inf"
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_4\ec_prkey.inf"
PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_5\ec_prkey.inf"
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_6\ec_prkey.inf"
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_7\ec_prkey.inf"
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_8\ec_prkey.inf"
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_9\ec_prkey.inf"
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_1_un\ec_prkey.inf"
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_3_un\ec_prkey.inf"
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_4_un\ec_prkey.inf"
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_5_un\ec_prkey.inf"
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_6_un\ec_prkey.inf"
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_7_un\ec_prkey.inf"
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_8_un\ec_prkey.inf"
//PRIVATEKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_9_un\ec_prkey.inf"
/* PublicKey Location
*/
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\dh_512\dh_pukey.inf"
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\dh_768\dh_pukey.inf"
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\rsa_512\rsa_pukey.inf"
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\rsa_768\rsa_pukey.inf"
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_1\ec_pukey.inf"
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_3\ec_pukey.inf"
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_4\ec_pukey.inf"
PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_5\ec_pukey.inf"
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_6\ec_pukey.inf"
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_7\ec_pukey.inf"
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_8\ec_pukey.inf"
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_9\ec_pukey.inf"
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_1_un\ec_pukey.inf"
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_3_un\ec_pukey.inf"
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_4_un\ec_pukey.inf"
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_5_un\ec_pukey.inf"
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_6_un\ec_pukey.inf"
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_7_un\ec_pukey.inf"
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_8_un\ec_pukey.inf"
//PUBLICKEY_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_9_un\ec_pukey.inf"
/* Self Certificate Location
*/
//SELF_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\rsa_512\wap_root.bin"
//SELF_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\rsa_512\rsa_cert.inf"
//SELF_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\rsa_768\rsa_cert.inf"
//SELF_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_1\ec_cert.inf"
//SELF_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_3\ec_cert.inf"
//SELF_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_4\ec_cert.inf"
SELF_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_5\ec_cert.inf"
//SELF_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_6\ec_cert.inf"
//SELF_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_7\ec_cert.inf"
//SELF_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_8\ec_cert.inf"
//SELF_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\client\ec_9\ec_cert.inf"
/* CA Certificate Location
*/
//TRUST_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\ca1\rsa_512\rsa_cert.inf"
//TRUST_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\ca1\rsa_768\rsa_cert.inf"
TRUST_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\ca1\ec_5\ec_cert.inf"
//TRUST_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\ca1\ec_7\ec_cert.inf"
/* ROOT Certificate Location
*/
//ROOT_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\rca\rsa_512\cawap_root.bin"
//ROOT_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\motorola_rcert\vrsn.wap"
//ROOT_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\rca\rsa_512\rsa_cert.inf"
//ROOT_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\rca\rsa_768\rsa_cert.inf"
ROOT_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\rca\ec_5\ec_cert.inf"
//ROOT_CERTIFICATE_PATH "e:\project\shp\security\wtls\proto\keyinfo\rca\ec_7\ec_cert.inf"
and i found in the file called ImsReg.ini this:
#Version
Version=4
#Client
Event Package=0
Sip Organization=dmsr1
Session Mode=1
VoIP Vocoder=2
Sip Comp=0
Transport Mode=0
#Server
P-CSCF FQDN=ims.sec.samsung.net
PDG IP Addr=192.168.2.100
PDG FQDN=ims.sec.samsung.net
PDG Addr Type=0
P-CSCF DNS Addr=0.0.0.0
P-CSCF IP Addr=192.168.2.100
P-CSCF Port=5060
P-CSCF Addr Type=0
#Local User
URI TYPE=sip
Public ID=6813
Private
[email protected]
Password=umtstime
Local User ID FQDN=ims.sec.samsung.net
Local IP Addr=165.213.90.70
Security Type=0
#Remote User
URI TYPE=sip
Public ID=6812
Remote User ID FQDN=ims.sec.samsung.net
Remote IP Addr=165.213.90.222
is it possible to connect of the IP Addr. to F480?