Searched refs:systemCert (Results 1 – 2 of 2) sorted by relevance
948 X509Certificate systemCert = trustedCertificateStore.getTrustAnchor(cert); in findTrustAnchorBySubjectAndPublicKey() local949 if (systemCert != null) { in findTrustAnchorBySubjectAndPublicKey()956 return new TrustAnchor(systemCert, null); in findTrustAnchorBySubjectAndPublicKey()
962 X509Certificate systemCert = trustedCertificateStore.getTrustAnchor(cert); in findTrustAnchorBySubjectAndPublicKey() local963 if (systemCert != null) { in findTrustAnchorBySubjectAndPublicKey()970 return new TrustAnchor(systemCert, null); in findTrustAnchorBySubjectAndPublicKey()