Add API for device provisioning server certificate
[ Merge of http://go/wvgerrit/20205/ ] This is separate from the server certificate used for license requests. b/34211823 Test: Reran unittests. All tests other than some oemcrypto, request_license_test passed. Those tests failed with or without this CL. Change-Id: I23abdf276f8d3db9222f014175d0bb5094010a04
This commit is contained in:
@@ -41,6 +41,11 @@ class UsagePropertySet : public CdmClientPropertySet {
|
||||
virtual bool use_privacy_mode() const { return false; }
|
||||
virtual const std::string& service_certificate() const { return empty_; }
|
||||
virtual void set_service_certificate(const std::string&) {}
|
||||
virtual const std::string& device_provisioning_service_certificate() const {
|
||||
return empty_;
|
||||
}
|
||||
virtual void set_device_provisioning_service_certificate(const std::string&) {
|
||||
}
|
||||
virtual bool is_session_sharing_enabled() const { return false; }
|
||||
virtual uint32_t session_sharing_id() const { return 0; }
|
||||
virtual void set_session_sharing_id(uint32_t /* id */) {}
|
||||
|
||||
Reference in New Issue
Block a user