Searched refs:mPendingRootCaCert (Results 1 – 1 of 1) sorted by relevance
107 private X509Certificate mPendingRootCaCert = null; field in InsecureEapNetworkHandler331 mPendingRootCaCert = certInfo.getCert(); in addPendingCertificate()370 if (null == mPendingRootCaCert) { in startUserApprovalIfNecessary()503 if (mPendingRootCaCert.getSubjectX500Principal().getName() in useCertificatePinning()504 .equals(mPendingRootCaCert.getIssuerX500Principal().getName())) { in useCertificatePinning()505 if (mPendingRootCaCert.getVersion() >= 2 in useCertificatePinning()506 && mPendingRootCaCert.getBasicConstraints() < 0) { in useCertificatePinning()562 Set<TrustAnchor> anchorSet = Set.of(new TrustAnchor(mPendingRootCaCert, null)); in configureServerValidationMethod()581 if (isCertInTrustStore(mPendingRootCaCert)) { in configureServerValidationMethod()623 if (null == mPendingRootCaCert || null == mPendingServerCert) { in handleAccept()[all …]