Searched refs:decodeBase64Cert (Results 1 – 5 of 5) sorted by relevance
269 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
19 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()
19 import static android.security.keystore.recovery.X509CertificateParsingUtils.decodeBase64Cert;174 return decodeBase64Cert(base64Certificate); in parseBase64Certificate()
37 public static X509Certificate decodeBase64Cert(String string) throws CertificateException { in decodeBase64Cert() method in X509CertificateParsingUtils
48354 Landroid/security/keystore/recovery/X509CertificateParsingUtils;->decodeBase64Cert(Ljava/lang/Strin…