Bug 997370 - Update comment in nsIX509Cert.idl to reflect certificate fingerprint instead of public key. r=cviecco

This commit is contained in:
Harsh Pathak 2014-06-09 10:58:00 -04:00
Родитель 2cc64dd3e8
Коммит 572c9b9d33
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;