Searched refs:findTrustAnchorBySubjectAndPublicKey (Results 1 – 3 of 3) sorted by relevance
51 TrustAnchor anchor = mConfig.findTrustAnchorBySubjectAndPublicKey(cert); in getTrustAnchor()61 TrustAnchor anchor = mConfig.findTrustAnchorBySubjectAndPublicKey(cert); in isUserAddedCertificate()
157 mNetworkSecurityConfig.findTrustAnchorBySubjectAndPublicKey(anchorCert); in isPinningEnforced()
121 public TrustAnchor findTrustAnchorBySubjectAndPublicKey(X509Certificate cert) { in findTrustAnchorBySubjectAndPublicKey() method in NetworkSecurityConfig