Home
last modified time | relevance | path

Searched refs:JsonWebKey (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DJsonWebKey.cpp39 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()
DSession.cpp51 JsonWebKey parser; in provideKeyResponse()
DAndroid.bp38 "JsonWebKey.cpp",
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DJsonWebKey.cpp42 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()
DSession.cpp57 JsonWebKey parser; in provideKeyResponse()
DAndroid.bp45 "JsonWebKey.cpp",
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DJsonWebKey.h35 class JsonWebKey {
37 JsonWebKey();
38 virtual ~JsonWebKey();
57 DISALLOW_EVIL_CONSTRUCTORS(JsonWebKey);
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DJsonWebKey.h29 class JsonWebKey {
31 JsonWebKey();
32 virtual ~JsonWebKey();
53 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(JsonWebKey);
/frameworks/av/drm/mediadrm/plugins/clearkey/default/tests/
DJsonWebKeyUnittest.cpp29 JsonWebKey* jwk;
32 jwk = new JsonWebKey; in JsonWebKeyTest()