Searched refs:JsonWebKey (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/drm/mediadrm/plugins/clearkey/default/ |
D | JsonWebKey.cpp | 39 JsonWebKey::JsonWebKey() { in JsonWebKey() function in clearkeydrm::JsonWebKey 42 JsonWebKey::~JsonWebKey() { in ~JsonWebKey() 52 bool JsonWebKey::extractKeysFromJsonWebKeySet(const String8& jsonWebKeySet, in extractKeysFromJsonWebKeySet() 101 bool JsonWebKey::decodeBase64String(const String8& encodedText, in decodeBase64String() 132 bool JsonWebKey::findKey(const String8& jsonObject, String8* keyId, in findKey() 154 void JsonWebKey::findValue(const String8 &key, String8* value) { in findValue() 170 bool JsonWebKey::isJsonWebKeySet(const String8& jsonObject) const { in isJsonWebKeySet() 183 bool JsonWebKey::parseJsonObject(const String8& jsonObject, in parseJsonObject() 226 bool JsonWebKey::parseJsonWebKeySet(const String8& jsonWebKeySet, in parseJsonWebKeySet()
|
D | Session.cpp | 51 JsonWebKey parser; in provideKeyResponse()
|
D | Android.bp | 38 "JsonWebKey.cpp",
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/ |
D | JsonWebKey.cpp | 42 JsonWebKey::JsonWebKey() { in JsonWebKey() function in android::hardware::drm::V1_4::clearkey::JsonWebKey 45 JsonWebKey::~JsonWebKey() { in ~JsonWebKey() 55 bool JsonWebKey::extractKeysFromJsonWebKeySet(const std::string& jsonWebKeySet, in extractKeysFromJsonWebKeySet() 106 bool JsonWebKey::decodeBase64String(const std::string& encodedText, in decodeBase64String() 136 bool JsonWebKey::findKey(const std::string& jsonObject, std::string* keyId, in findKey() 158 void JsonWebKey::findValue(const std::string &key, std::string* value) { in findValue() 174 bool JsonWebKey::isJsonWebKeySet(const std::string& jsonObject) const { in isJsonWebKeySet() 187 bool JsonWebKey::parseJsonObject(const std::string& jsonObject, in parseJsonObject() 230 bool JsonWebKey::parseJsonWebKeySet(const std::string& jsonWebKeySet, in parseJsonWebKeySet()
|
D | Session.cpp | 57 JsonWebKey parser; in provideKeyResponse()
|
D | Android.bp | 45 "JsonWebKey.cpp",
|
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/ |
D | JsonWebKey.h | 35 class JsonWebKey { 37 JsonWebKey(); 38 virtual ~JsonWebKey(); 57 DISALLOW_EVIL_CONSTRUCTORS(JsonWebKey);
|
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/ |
D | JsonWebKey.h | 29 class JsonWebKey { 31 JsonWebKey(); 32 virtual ~JsonWebKey(); 53 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(JsonWebKey);
|
/frameworks/av/drm/mediadrm/plugins/clearkey/default/tests/ |
D | JsonWebKeyUnittest.cpp | 29 JsonWebKey* jwk; 32 jwk = new JsonWebKey; in JsonWebKeyTest()
|