RTCCertificateStats:fingerprintAlgorithm 属性
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
RTCCertificateStats 字典的 fingerprintAlgorithm 属性是一个字符串,其中包含用于生成关联的 RTCCertificate 中的 fingerprint 值的散列函数的名称。
值
包含用于创建关联证书指纹的散列函数的名称的字符串。
允许的值为:"sha-1"、"sha-224"、"sha-256"、"sha-384"、"sha-512"、"md5"、"md2"。
规范
| Specification |
|---|
| Identifiers for WebRTC's Statistics API> # dom-rtccertificatestats-fingerprintalgorithm> |