RTCCertificateStats: fingerprintAlgorithm property
The fingerprintAlgorithm
property of the RTCCertificateStats
dictionary is a string containing the name of the hash function used to generate the fingerprint
value in the associated RTCCertificate
.
Value
A string containing the name of the hash function used to create the fingerprint of the associated certificate.
Allowed values are: "sha-1"
, "sha-224"
, "sha-256"
, "sha-384"
, "sha-512"
, "md5"
, "md2"
.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API # dom-rtccertificatestats-fingerprintalgorithm |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
fingerprintAlgorithm in 'certificate' stats |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.