HomeSort by relevance Sort by last modified time
    Searched refs:MULTIPLE_ISSUERS_EE (Results 1 - 2 of 2) sorted by null

  /external/conscrypt/platform/src/test/java/org/conscrypt/
TrustedCertificateStoreTest.java 93 private static X509Certificate MULTIPLE_ISSUERS_EE;
234 return MULTIPLE_ISSUERS_EE;
384 MULTIPLE_ISSUERS_EE = (X509Certificate) ((TrustedCertificateEntry) multipleIssuersEe
386 ALIAS_MULTIPLE_ISSUERS_EE = alias(false, MULTIPLE_ISSUERS_EE, 0);
    [all...]
  /external/conscrypt/repackaged/platform/src/test/java/com/android/org/conscrypt/
TrustedCertificateStoreTest.java 97 private static X509Certificate MULTIPLE_ISSUERS_EE;
238 return MULTIPLE_ISSUERS_EE;
388 MULTIPLE_ISSUERS_EE = (X509Certificate) ((TrustedCertificateEntry) multipleIssuersEe
390 ALIAS_MULTIPLE_ISSUERS_EE = alias(false, MULTIPLE_ISSUERS_EE, 0);
    [all...]

Completed in 3581 milliseconds