Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » MobiLink - Client Administration » Introduction to MobiLink Clients » MobiLink client network protocol options

 

e2ee_type

Specify the asymmetric algorithm to use for key exchange for end-to-end encryption.

Syntax
e2ee_type= { rsa | ecc } 
Protocols

TCPIP, TLS, HTTP, HTTPS

Default

RSA

Remarks

Must be either rsa or ecc and must match the value specified on the server.

See also
Example

The following example shows end-to-end encryption for an UltraLite client:

info.stream = "https";
info.stream_parms = 
"tls_type=rsa;trusted_certificates=rsaroot.crt;e2ee_type=rsa;e2ee_public_key=rsapublic.pem"