зеркало из https://github.com/mozilla/gecko-dev.git
Bug 997370 - Update comment in nsIX509Cert.idl to reflect certificate fingerprint instead of public key. r=cviecco
This commit is contained in:
Родитель
2cc64dd3e8
Коммит
572c9b9d33
|
@ -74,7 +74,7 @@ interface nsIX509Cert : nsISupports {
|
||||||
readonly attribute AString sha256Fingerprint;
|
readonly attribute AString sha256Fingerprint;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The fingerprint of the certificate's public key,
|
* The fingerprint of the certificate's DER encoding,
|
||||||
* calculated using the SHA1 algorithm.
|
* calculated using the SHA1 algorithm.
|
||||||
*/
|
*/
|
||||||
readonly attribute AString sha1Fingerprint;
|
readonly attribute AString sha1Fingerprint;
|
||||||
|
|
Загрузка…
Ссылка в новой задаче