Home
last modified time | relevance | path

Searched refs:trustedCertificateStore (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DTrustManagerImpl.java116 private final ConscryptCertStore trustedCertificateStore; field in TrustManagerImpl
227 this.trustedCertificateStore = trustedCertificateStoreLocal; in TrustManagerImpl()
933 if (!indexedAnchors.isEmpty() || trustedCertificateStore == null) { in findAllTrustAnchorsByIssuerAndSignature()
936 Set<X509Certificate> storeAnchors = trustedCertificateStore.findAllIssuers(cert); in findAllTrustAnchorsByIssuerAndSignature()
957 if (trustedCertificateStore == null) { in findTrustAnchorBySubjectAndPublicKey()
964 X509Certificate systemCert = trustedCertificateStore.getTrustAnchor(cert); in findTrustAnchorBySubjectAndPublicKey()
/external/conscrypt/common/src/main/java/org/conscrypt/
DTrustManagerImpl.java113 private final ConscryptCertStore trustedCertificateStore; field in TrustManagerImpl
221 this.trustedCertificateStore = trustedCertificateStoreLocal; in TrustManagerImpl()
919 if (!indexedAnchors.isEmpty() || trustedCertificateStore == null) { in findAllTrustAnchorsByIssuerAndSignature()
922 Set<X509Certificate> storeAnchors = trustedCertificateStore.findAllIssuers(cert); in findAllTrustAnchorsByIssuerAndSignature()
943 if (trustedCertificateStore == null) { in findTrustAnchorBySubjectAndPublicKey()
950 X509Certificate systemCert = trustedCertificateStore.getTrustAnchor(cert); in findTrustAnchorBySubjectAndPublicKey()