HomeSort by relevance Sort by last modified time
    Searched refs:JsonWebKey (Results 1 - 6 of 6) sorted by null

  /frameworks/av/drm/mediadrm/plugins/clearkey/
JsonWebKey.h 35 class JsonWebKey {
37 JsonWebKey();
38 virtual ~JsonWebKey();
57 DISALLOW_EVIL_CONSTRUCTORS(JsonWebKey);
JsonWebKey.cpp 16 #define LOG_TAG "JsonWebKey"
23 #include "JsonWebKey.h"
39 JsonWebKey::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::findKey(const String8& jsonObject, String8* keyId
    [all...]
Android.mk 28 JsonWebKey.cpp \
Session.cpp 28 #include "JsonWebKey.h"
51 JsonWebKey parser;
  /frameworks/av/drm/mediadrm/plugins/clearkey/tests/
JsonWebKeyUnittest.cpp 18 #include "JsonWebKey.h"
29 JsonWebKey* jwk;
32 jwk = new JsonWebKey;
  /prebuilts/tools/common/m2/repository/org/bitbucket/b_c/jose4j/0.5.0/
jose4j-0.5.0.jar 

Completed in 127 milliseconds