HomeSort by relevance Sort by last modified time
    Searched defs:getTrustedChainForServer (Results 1 - 4 of 4) sorted by null

  /external/conscrypt/common/src/test/java/org/conscrypt/
TrustManagerImplTest.java 148 List<X509Certificate> certs = tmi.getTrustedChainForServer(chain, "RSA",
156 tmi.getTrustedChainForServer(chain, "RSA",
161 certs = tmi.getTrustedChainForServer(chain, "RSA",
171 certs = tmi.getTrustedChainForServer(chain, "RSA",
175 certs = tmi.getTrustedChainForServer(chain, "RSA",
184 tmi.getTrustedChainForServer(chain, "RSA",
189 certs = tmi.getTrustedChainForServer(chain, "RSA",
196 certs = tmi.getTrustedChainForServer(chain, "RSA",
200 certs = tmi.getTrustedChainForServer(chain, "RSA",
  /external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/
TrustManagerImplTest.java 152 List<X509Certificate> certs = tmi.getTrustedChainForServer(chain, "RSA",
160 tmi.getTrustedChainForServer(chain, "RSA",
165 certs = tmi.getTrustedChainForServer(chain, "RSA",
178 certs = tmi.getTrustedChainForServer(chain, "RSA",
182 certs = tmi.getTrustedChainForServer(chain, "RSA",
191 tmi.getTrustedChainForServer(chain, "RSA",
196 certs = tmi.getTrustedChainForServer(chain, "RSA",
203 certs = tmi.getTrustedChainForServer(chain, "RSA",
207 certs = tmi.getTrustedChainForServer(chain, "RSA",
  /external/conscrypt/common/src/main/java/org/conscrypt/
TrustManagerImpl.java 333 public List<X509Certificate> getTrustedChainForServer(X509Certificate[] certs,
350 public List<X509Certificate> getTrustedChainForServer(X509Certificate[] certs,
363 getTrustedChainForServer(chain, authType, socket);
369 getTrustedChainForServer(chain, authType, engine);
    [all...]
  /external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
TrustManagerImpl.java 345 public List<X509Certificate> getTrustedChainForServer(X509Certificate[] certs,
363 public List<X509Certificate> getTrustedChainForServer(X509Certificate[] certs,
376 getTrustedChainForServer(chain, authType, socket);
382 getTrustedChainForServer(chain, authType, engine);
    [all...]

Completed in 379 milliseconds