Home
last modified time | relevance | path

Searched refs:checkServerTrusted (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DConscryptIntermediateVerificationTest.java102 tm.checkServerTrusted(invalidChain, "RSA"); in testIntermediateVerification()
106 tm.checkServerTrusted(validChain, "RSA"); in testIntermediateVerification()
111 tm.checkServerTrusted(invalidChain, "RSA"); in testIntermediateVerification()
DCertBlocklistTest.java133 tm.checkServerTrusted(certs, "RSA"); in assertTrusted()
138 tm.checkServerTrusted(certs, "RSA"); in assertUntrusted()
DX509CertChainBuildingTest.java208 result = xtm.checkServerTrusted(bagOfCerts, "RSA", null); in assertExactPath()
/cts/tests/tests/networksecurityconfig/networksecurityconfig-basic-domain/src/android/security/net/config/cts/
DDomainConfigTest.java50 x509tm.checkServerTrusted(new X509Certificate[] {}, "RSA"); in testHostnameAwareCheckServerTrustedRequired()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DKeyChainTest.java302 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/
DCtsTestServer.java283 public void checkServerTrusted(X509Certificate[] chain, String authType) { in checkServerTrusted() method in CtsTestServer.CtsTrustManager
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt29146 …method public java.util.List<java.security.cert.X509Certificate> checkServerTrusted(java.security.…