Index: net/cert/x509_certificate.h |
diff --git a/net/cert/x509_certificate.h b/net/cert/x509_certificate.h |
index 97906ed0461f02c4d8705e2e3db8109484f21f1b..0ef12019b5dd0832ef7b103bd6ff5647019b2a5e 100644 |
--- a/net/cert/x509_certificate.h |
+++ b/net/cert/x509_certificate.h |
@@ -217,6 +217,9 @@ class NET_EXPORT X509Certificate |
// The fingerprint of this certificate. |
const SHA1HashValue& fingerprint() const { return fingerprint_; } |
+ // The SHA-256 fingerprint of this certificate. |
+ const SHA256HashValue fingerprint256() const; |
Ryan Sleevi
2014/10/22 22:07:10
Remove this now that the CalculateFingerprint256(O
|
+ |
// The fingerprint of the intermediate CA certificates. |
const SHA1HashValue& ca_fingerprint() const { |
return ca_fingerprint_; |