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"