Home
last modified time | relevance | path

Searched refs:decodeBase64 (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/certificate/
H A DSigXml.java103 res.add(CertUtils.decodeCert(CertUtils.decodeBase64(content))); in parseIntermediateCerts()
112 return CertUtils.decodeCert(CertUtils.decodeBase64(contents.get(0))); in parseSignerCert()
119 return CertUtils.decodeBase64(contents.get(0)); in parseFileSignature()
H A DCertXml.java135 res.add(CertUtils.decodeCert(CertUtils.decodeBase64(content))); in parseIntermediateCerts()
150 res.add(CertUtils.decodeCert(CertUtils.decodeBase64(content))); in parseEndpointCerts()
H A DCertUtils.java228 public static byte[] decodeBase64(String str) throws CertParsingException { in decodeBase64() method in CertUtils
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A Dbase64.h28 sp<ABuffer> decodeBase64(const AString &s);
30 bool decodeBase64(uint8_t *out, size_t *inOutBufSize, const char* s);
/aosp12/frameworks/base/core/java/android/security/keystore/recovery/
H A DX509CertificateParsingUtils.java39 return decodeCert(decodeBase64(string)); in decodeBase64Cert()
50 private static byte[] decodeBase64(String string) { in decodeBase64() method in X509CertificateParsingUtils
/aosp12/frameworks/av/media/libstagefright/foundation/
H A Dbase64.cpp24 sp<ABuffer> decodeBase64(const AString &s) { in decodeBase64() function
34 if (decodeBase64(buf->data(), &bufSize, s.c_str())) { in decodeBase64()
41 bool decodeBase64(uint8_t *out, size_t *inOutBufSize, const char* s) { in decodeBase64() function
/aosp12/frameworks/av/media/libstagefright/foundation/tests/
H A DBase64_test.cpp52 sp<ABuffer> result = decodeBase64(AString(paddedText.string())); in verifyDecode()
116 sp<ABuffer> result = decodeBase64(AString(base64Url[i])); in TEST_F()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/
H A DImapConnection.java243 String decodedChallenge = decodeBase64(responses.get(0).getStringOrEmpty(0).getString()); in doDigestMd5Auth()
264 String decodedResponseAuth = decodeBase64(responses.get(0).getStringOrEmpty(0).getString()); in doDigestMd5Auth()
274 private static String decodeBase64(String string) { in decodeBase64() method in ImapConnection
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DBase64.h35 sp<Buffer> decodeBase64(const std::string &s);
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/
H A DCertUtilsTest.java124 assertThat(CertUtils.decodeBase64("VEVTVA==")).isEqualTo("TEST".getBytes(UTF_8)); in decodeBase64_succeeds()
129 assertThat(CertUtils.decodeBase64("")).hasLength(0); in decodeBase64_succeedsIfEmptyInput()
134 assertThrows(CertParsingException.class, () -> CertUtils.decodeBase64("EVTVA==")); in decodeBase64_throwsIfInvalidInput()
/aosp12/frameworks/av/media/libdatasource/
H A DDataURISource.cpp63 buffer = decodeBase64(encoded); in Create()
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DBase64.java64 public static byte[] decodeBase64(byte[] base64Data) { in decodeBase64() method in Base64
H A DPduParser.java946 partData = Base64.decodeBase64(partData); in parseParts()
/aosp12/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DBase64.java64 public static byte[] decodeBase64(byte[] base64Data) { in decodeBase64() method in Base64
H A DPduParser.java912 partData = Base64.decodeBase64(partData); in parseParts()
/aosp12/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DBase64.java67 public static byte[] decodeBase64(byte[] base64Data) { in decodeBase64() method in Base64
H A DPduParser.java918 partData = Base64.decodeBase64(partData); in parseParts()
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
H A DBase64.cpp27 sp<Buffer> decodeBase64(const std::string &s) { in decodeBase64() function
H A DJsonWebKey.cpp126 sp<Buffer> buffer = decodeBase64(paddedText); in decodeBase64String()
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/
H A DJsonAssetLoader.cpp83 return decodeBase64(AString(paddedText.string())); in decodeBase64String()
/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/default/
H A DJsonWebKey.cpp122 android::decodeBase64(AString(paddedText.string())); in decodeBase64String()
/aosp12/frameworks/av/services/mediametrics/
H A Dstatsd_drm.cpp173 if (decodeBase64(buf.data(), &size, str.c_str()) && size <= buf.size()) { in base64DecodeNoPad()
/aosp12/frameworks/av/media/libstagefright/
H A DMetaDataUtils.cpp230 if (!decodeBase64(flac, &flacSize, (const char*)data)) { in extractAlbumArt()
/aosp12/frameworks/av/media/libstagefright/rtsp/
H A DAPacketSource.cpp137 sp<ABuffer> nal = decodeBase64(nalString); in MakeAVCCodecSpecificData()
/aosp12/packages/apps/Car/DebuggingRestrictionController/libs/
H A Dokio-1.15.0.jarMETA-INF/ META-INF/MANIFEST.MF okio/ okio/AsyncTimeout$Watchdog. ...

12