RTCTransportStats: srtpCipher 属性
RTCTransportStats
字典的 srtpCipher
属性指示用于 安全实时传输协议 (SRTP) 传输的保护配置文件的描述性名称。
值
一个字符串,指示 SRTP 保护配置文件的描述性名称。
值在 IANA DTLS-SRTP 保护配置文件注册表 的“配置文件”列和 RFC 5764, Section 4.1.2 中定义。
示例
SRTP_AES128_CM_HMAC_SHA1_80
"SRTP_AES128_CM_HMAC_SHA1_80"
是以下配置文件的描述性名称,其中 maximum_lifetime
是单个密钥集可以保护的最大数据包数量。
SRTP_AES128_CM_HMAC_SHA1_80 cipher: AES_128_CM cipher_key_length: 128 cipher_salt_length: 112 maximum_lifetime: 2^31 auth_function: HMAC-SHA1 auth_key_length: 160 auth_tag_length: 80
规范
规范 |
---|
WebRTC 统计 API 的标识符 # dom-rtctransportstats-srtpcipher |
浏览器兼容性
加载中…