Searched defs:JsonWebKey (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DJsonWebKey.h35 class JsonWebKey { class in namespace:clearkeydrm
37 JsonWebKey();
38 virtual ~JsonWebKey();
57 DISALLOW_EVIL_CONSTRUCTORS(JsonWebKey);
H A DJsonWebKey.cpp16 #define LOG_TAG "JsonWebKey"
23 #include "JsonWebKey.h"
39 JsonWebKey::JsonWebKey() { function in class:clearkeydrm::JsonWebKey
42 JsonWebKey::~JsonWebKey() {
52 bool JsonWebKey::extractKeysFromJsonWebKeySet(const String8& jsonWebKeySet,
81 ALOGE("Must have both key id and key in the JsonWebKey set.");
101 bool JsonWebKey::decodeBase64String(const String8& encodedText,
132 bool JsonWebKey
[all...]

Completed in 61 milliseconds