Searched refs:checkServerTrusted (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/security/src/android/security/cts/ |
D | ConscryptIntermediateVerificationTest.java | 102 tm.checkServerTrusted(invalidChain, "RSA"); in testIntermediateVerification() 106 tm.checkServerTrusted(validChain, "RSA"); in testIntermediateVerification() 111 tm.checkServerTrusted(invalidChain, "RSA"); in testIntermediateVerification()
|
D | CertBlocklistTest.java | 133 tm.checkServerTrusted(certs, "RSA"); in assertTrusted() 138 tm.checkServerTrusted(certs, "RSA"); in assertUntrusted()
|
D | X509CertChainBuildingTest.java | 208 result = xtm.checkServerTrusted(bagOfCerts, "RSA", null); in assertExactPath()
|
/cts/tests/tests/networksecurityconfig/networksecurityconfig-basic-domain/src/android/security/net/config/cts/ |
D | DomainConfigTest.java | 50 x509tm.checkServerTrusted(new X509Certificate[] {}, "RSA"); in testHostnameAwareCheckServerTrustedRequired()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
D | KeyChainTest.java | 302 public void checkServerTrusted(X509Certificate[] chain, String authType) in checkServerTrusted() method in KeyChainTest.CustomTrustManager 304 mOther.checkServerTrusted(chain, authType); in checkServerTrusted()
|
/cts/libs/testserver/src/android/webkit/cts/ |
D | CtsTestServer.java | 283 public void checkServerTrusted(X509Certificate[] chain, String authType) { in checkServerTrusted() method in CtsTestServer.CtsTrustManager
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 29146 …method public java.util.List<java.security.cert.X509Certificate> checkServerTrusted(java.security.…
|