Source release 19.3.0
This commit is contained in:
@@ -1,22 +1,25 @@
|
||||
// Copyright 2018 Google LLC. All Rights Reserved. This file and proprietary
|
||||
// source code may only be used and distributed under the Widevine License
|
||||
// Agreement.
|
||||
|
||||
#ifndef WVCDM_CORE_ENTITLEMENT_KEY_SESSION_H_
|
||||
#define WVCDM_CORE_ENTITLEMENT_KEY_SESSION_H_
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "OEMCryptoCENC.h"
|
||||
#include "content_key_session.h"
|
||||
#include "crypto_key.h"
|
||||
#include "metrics_collections.h"
|
||||
#include "wv_class_utils.h"
|
||||
|
||||
namespace wvcdm {
|
||||
|
||||
class EntitlementKeySession : public ContentKeySession {
|
||||
public:
|
||||
EntitlementKeySession() = delete;
|
||||
WVCDM_DISALLOW_COPY_AND_MOVE(EntitlementKeySession);
|
||||
EntitlementKeySession(RequestedSecurityLevel security_level,
|
||||
CryptoSessionId oec_session_id,
|
||||
metrics::CryptoMetrics* metrics);
|
||||
@@ -49,8 +52,6 @@ class EntitlementKeySession : public ContentKeySession {
|
||||
// Find the current entitled content key id for the given entitlement key id.
|
||||
std::map<KeyId, KeyId> current_loaded_content_keys_;
|
||||
EntitledKeySessionId key_session_id_;
|
||||
};
|
||||
|
||||
}; // class EntitlementKeySession
|
||||
} // namespace wvcdm
|
||||
|
||||
#endif // WVCDM_CORE_ENTITLEMENT_KEY_SESSION_H_
|
||||
|
||||
Reference in New Issue
Block a user