Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(341)

Unified Diff: net/cert/signed_certificate_timestamp.h

Issue 1576513002: Serialisation code for Certificate Transparency data (Closed) Base URL: ssh://caladan.lon.corp.google.com/usr/local/google/eranm/opensource_clients/chrome/src@sth_consistency_validation_2
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/cert/signed_certificate_timestamp.h
diff --git a/net/cert/signed_certificate_timestamp.h b/net/cert/signed_certificate_timestamp.h
index 671c250fdc82689957a303ea63c99e50be51ca50..633bb6c9da6078a4f4c3b9ea58e215addc1e8d47 100644
--- a/net/cert/signed_certificate_timestamp.h
+++ b/net/cert/signed_certificate_timestamp.h
@@ -66,6 +66,11 @@ struct NET_EXPORT_PRIVATE DigitallySigned {
};
DigitallySigned();
+
+ DigitallySigned(HashAlgorithm hash_algo,
+ SignatureAlgorithm sig_algo,
+ const std::string& sig_data);
+
~DigitallySigned();
// Returns true if |other_hash_algorithm| and |other_signature_algorithm|

Powered by Google App Engine
This is Rietveld 408576698