Home
last modified time | relevance | path

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

/frameworks/av/drm/mediadrm/plugins/clearkey/
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()
DJsonWebKey.h35 class JsonWebKey {
37 JsonWebKey();
38 virtual ~JsonWebKey();
57 DISALLOW_EVIL_CONSTRUCTORS(JsonWebKey);
DAndroid.mk28 JsonWebKey.cpp \
DSession.cpp51 JsonWebKey parser; in provideKeyResponse()
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
DJsonWebKeyUnittest.cpp29 JsonWebKey* jwk;
32 jwk = new JsonWebKey; in JsonWebKeyTest()