-
Notifications
You must be signed in to change notification settings - Fork 2
qchat_def.instance_def.QChatEncryptionConfiguration
Zvicii edited this page Nov 22, 2022
·
5 revisions
qchat_def/instance_def.QChatEncryptionConfiguration
Struct
NIMQChatEncryptionConfiguration
Brief
圈组协议加密配置
- nego_key_neca
- comm_neca
- hand_shake_type
- nego_key_neca_key_parta
- nego_key_neca_key_partb
- nego_key_neca_key_version
• Optional nego_key_neca: NIMQChatExchangeKeyEncryptionAlgorithm
"交换密钥"协议加密算法 1(RSA),2(SM2) 非对称加密
ts/qchat_def/instance_def.ts:136
• Optional comm_neca: NIMQChatCommEncryptionAlgorithm
通信加密算法 1(RC4),2(AES128),4(SM4) 对称加密
ts/qchat_def/instance_def.ts:138
• Optional hand_shake_type: NIMQChatHandShakeType
握手协议类型 0:支持配置多种对称与非对称加密算法,1:只支持RAS + RC4
ts/qchat_def/instance_def.ts:140
• Optional nego_key_neca_key_parta: string
"交换密钥"协议加密算法密钥, 为空使用默认值
ts/qchat_def/instance_def.ts:142
• Optional nego_key_neca_key_partb: string
非对称加密算法 key
ts/qchat_def/instance_def.ts:144
• Optional nego_key_neca_key_version: number
非对称加密算法的 key version
ts/qchat_def/instance_def.ts:146
- chatroom/chatroom
- chatroom_def/chatroom_def
- nim/client
- nim/data_sync
- nim/friend
- nim/global
- nim/msglog
- nim/nos
- nim/online_session
- nim/pass_through_proxy
- nim/plugin
- nim/session
- nim/subscribe_event
- nim/super_team
- nim/sysmsg
- nim/talk
- nim/talkex
- nim/team
- nim/tool
- nim/user
- nim_def/client_def
- nim_def/data_sync_def
- nim_def/doc_trans_def
- nim_def/friend_def
- nim_def/global_def
- nim_def/msglog_def
- nim_def/nos_def
- nim_def/online_session_def
- nim_def/pass_through_proxy_def
- nim_def/plugin_def
- nim_def/session_def
- nim_def/subscribe_event_def
- nim_def/super_team_def
- nim_def/sysmsg_def
- nim_def/talk_def
- nim_def/talkex_def
- nim_def/team_def
- nim_def/tool_def
- nim_def/user_def
- node-nim
- qchat/attachment
- qchat/channel
- qchat/channel_category
- qchat/instance
- qchat/message
- qchat/role
- qchat/server
- qchat/system_notification
- qchat_def/attachment_def
- qchat_def/channel_def
- qchat_def/instance_def
- qchat_def/message_def
- qchat_def/public_def
- qchat_def/role_def
- qchat_def/server_def
- qchat_def/system_notification_def