Merge "Enable encryption of client ID for provisioning" into pi-dev

This commit is contained in:
Rahul Frias
2018-04-23 22:03:53 +00:00
committed by Android (Google) Code Review
2 changed files with 59 additions and 17 deletions

View File

@@ -52,6 +52,9 @@ class CertificateProvisioning {
video_widevine::SignedProvisioningMessage::ProtocolVersion
GetProtocolVersion();
bool GetProvisioningTokenType(
video_widevine::ClientIdentification::TokenType* token_type);
CryptoSession crypto_session_;
CdmCertificateType cert_type_;
scoped_ptr<ServiceCertificate> service_certificate_;