Merge "Separate key session SelectKey methods"
This commit is contained in:
committed by
Android (Google) Code Review
commit
99cea1b363
@@ -44,7 +44,10 @@ class EntitlementKeySession : public ContentKeySession {
|
||||
OEMCrypto_EntitledContentKeyObject MakeOecEntitledKey(
|
||||
const CryptoKey& input_key, std::string& message);
|
||||
|
||||
std::map<std::string, CryptoKey> entitled_keys_;
|
||||
// Find the CryptoKey for the given entitled content key id.
|
||||
std::map<KeyId, CryptoKey> entitled_keys_;
|
||||
// Find the current entitled content key id for the given entitlement key id.
|
||||
std::map<KeyId, KeyId> current_loaded_content_keys_;
|
||||
};
|
||||
|
||||
} // namespace wvcdm
|
||||
|
||||
Reference in New Issue
Block a user