Home
last modified time | relevance | path

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

/aosp14/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
/aosp14/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
/aosp14/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()
/aosp14/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()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48353 Landroid/security/keystore/recovery/X509CertificateParsingUtils;->decodeBase64(Ljava/lang/String;)[B