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

Unified Diff: chromeos/attestation/attestation_flow.h

Issue 2261763002: Device enterprise registration with a certificate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do not call directly into Chrome OS. Add a field to SignedData to account for extra data like nonce… Created 4 years, 4 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: chromeos/attestation/attestation_flow.h
diff --git a/chromeos/attestation/attestation_flow.h b/chromeos/attestation/attestation_flow.h
index be3fcdf0e61d4a4b0a259e89b8fd7517f1e43cc8..90ee939f49780a66e7cd40ac6abd21d33046bd6b 100644
--- a/chromeos/attestation/attestation_flow.h
+++ b/chromeos/attestation/attestation_flow.h
@@ -57,6 +57,11 @@ class CHROMEOS_EXPORT AttestationFlow {
const std::string& pem_certificate_chain)>
CertificateCallback;
+ static AttestationKeyType GetKeyTypeForProfile(
pastarmovj 2016/08/22 15:09:43 If those are becoming public now, please document
The one and only Dr. Crash 2016/08/22 16:00:01 Done.
+ AttestationCertificateProfile profile);
+ static std::string GetKeyNameForProfile(AttestationCertificateProfile profile,
+ const std::string& origin);
+
AttestationFlow(cryptohome::AsyncMethodCaller* async_caller,
CryptohomeClient* cryptohome_client,
std::unique_ptr<ServerProxy> server_proxy);

Powered by Google App Engine
This is Rietveld 408576698