Home
last modified time | relevance | path

Searched refs:getTrustAnchor (Results 1 – 4 of 4) sorted by relevance

/external/conscrypt/platform/src/test/java/org/conscrypt/
DTrustedCertificateStoreTest.java497 store.getTrustAnchor(null); in assertEmpty()
501 assertNull(store.getTrustAnchor(getCa1())); in assertEmpty()
656 assertEquals(ca1, store.getTrustAnchor(ca2)); in testIsTrustAnchorWithReissuedgetCa()
663 assertNotNull(store.getTrustAnchor(ca2)); in testIsTrustAnchorWithReissuedgetCa()
809 store.getTrustAnchor(cert)); in testSystemCaCertsUseCorrectFileNames()
883 assertEquals(x, store.getTrustAnchor(x)); in assertTrusted()
900 assertNull(store.getTrustAnchor(x)); in assertDeleted()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DPKIXCertPathBuilderSpi.java220 .getTrustAnchor(), result.getPolicyTree(), result in build()
/external/conscrypt/platform/src/main/java/org/conscrypt/
DTrustedCertificateStore.java347 public X509Certificate getTrustAnchor(final X509Certificate c) { in getTrustAnchor() method in TrustedCertificateStore
DTrustManagerImpl.java945 X509Certificate systemCert = trustedCertificateStore.getTrustAnchor(cert); in findTrustAnchorBySubjectAndPublicKey()