Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定要用于端对端加密的密钥交换的非对称算法。
e2ee_type= { rsa | ecc }
TCPIP、TLS、HTTP、HTTPS
RSA
必须为 rsa 或 ecc,并且必须与服务器上指定的值相匹配。
以下示例显示 UltraLite 客户端的端对端加密:
info.stream = "https"; info.stream_parms = "tls_type=rsa;trusted_certificates=rsaroot.crt;e2ee_type=rsa;e2ee_public_key=rsapublic.pem"