Home
last modified time | relevance | path

Searched refs:decodeBase64Cert (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/certificate/
H A DTestData.java269 static final X509Certificate ROOT_CA_TRUSTED = decodeBase64Cert(ROOT_CA_TRUSTED_BASE64);
272 decodeBase64Cert(ROOT_CA_DIFFERENT_COMMON_NAME_BASE64);
275 decodeBase64Cert(ROOT_CA_DIFFERENT_KEY_BASE64);
277 static final X509Certificate INTERMEDIATE_CA_1 = decodeBase64Cert(INTERMEDIATE_CA_1_BASE64);
279 static final X509Certificate INTERMEDIATE_CA_2 = decodeBase64Cert(INTERMEDIATE_CA_2_BASE64);
281 static final X509Certificate LEAF_CERT_1 = decodeBase64Cert(LEAF_CERT_1_BASE64);
283 static final X509Certificate LEAF_CERT_2 = decodeBase64Cert(LEAF_CERT_2_BASE64);
285 private static X509Certificate decodeBase64Cert(String str) { in decodeBase64Cert() method in TestData
/aosp14/frameworks/base/core/tests/coretests/src/android/security/keystore/recovery/
H A DX509CertificateParsingUtilsTest.java19 import static android.security.keystore.recovery.X509CertificateParsingUtils.decodeBase64Cert;
70 assertNotNull(decodeBase64Cert(GOOGLE_CLOUD_KEY_VAULT_SERVICE_V1_BASE64)); in decodeBase64Cert_decodesValidCertificate()
76 decodeBase64Cert(INVALID_BASE64); in decodeBase64Cert_throwsCertificateExceptionForInvalidBase64()
/aosp14/frameworks/base/core/java/android/security/keystore/recovery/
H A DTrustedRootCertificates.java19 import static android.security.keystore.recovery.X509CertificateParsingUtils.decodeBase64Cert;
174 return decodeBase64Cert(base64Certificate); in parseBase64Certificate()
H A DX509CertificateParsingUtils.java37 public static X509Certificate decodeBase64Cert(String string) throws CertificateException { in decodeBase64Cert() method in X509CertificateParsingUtils
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt48354 Landroid/security/keystore/recovery/X509CertificateParsingUtils;->decodeBase64Cert(Ljava/lang/Strin…