OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JsonWebKey
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
JsonWebKey.h
35
class
JsonWebKey
{
37
JsonWebKey
();
38
virtual ~
JsonWebKey
();
57
DISALLOW_EVIL_CONSTRUCTORS(
JsonWebKey
);
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
JsonWebKey.h
29
class
JsonWebKey
{
31
JsonWebKey
();
32
virtual ~
JsonWebKey
();
53
CLEARKEY_DISALLOW_COPY_AND_ASSIGN(
JsonWebKey
);
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
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
...]
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
JsonWebKey.cpp
20
#include "
JsonWebKey
.h"
42
JsonWebKey
::
JsonWebKey
() {
45
JsonWebKey
::~
JsonWebKey
() {
55
bool
JsonWebKey
::extractKeysFromJsonWebKeySet(const std::string& jsonWebKeySet,
85
ALOGE("Must have both key id and key in the
JsonWebKey
set.");
106
bool
JsonWebKey
::decodeBase64String(const std::string& encodedText,
136
bool
JsonWebKey
::findKey(const std::string& jsonObject, std::string* keyId,
158
void
JsonWebKey
::findValue(const std::string &key, std::string* value)
[
all
...]
Completed in 90 milliseconds