HomeSort by relevance Sort by last modified time
    Searched refs:getServerCertificates (Results 1 - 25 of 25) sorted by null

  /external/apache-harmony/x-net/src/test/impl/java.injected/javax/net/ssl/
HttpsURLConnection_ImplTest.java 79 * @see javax.net.ssl.HttpsURLConnection#getServerCertificates()
82 public Certificate[] getServerCertificates()
  /libcore/luni/src/main/java/javax/net/ssl/
HttpsURLConnection.java 220 public abstract Certificate[] getServerCertificates() throws SSLPeerUnverifiedException;
232 Certificate[] certs = getServerCertificates();
  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
HttpsURLConnectionTest.java 164 * javax.net.ssl.HttpsURLConnection#getServerCertificates()
170 connection.getServerCertificates();
177 con.getServerCertificates();
183 Certificate[] cert = con.getServerCertificates();
298 * @see javax.net.ssl.HttpsURLConnection#getServerCertificates()
300 public Certificate[] getServerCertificates() throws SSLPeerUnverifiedException {
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
HttpsURLConnectionTest.java 129 * @see javax.net.ssl.HttpsURLConnection#getServerCertificates()
132 public Certificate[] getServerCertificates()
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 88 private static byte[][] getServerCertificates() {
334 NativeCrypto.SSL_use_certificate(s, getServerCertificates());
425 NativeCrypto.SSL_use_certificate(s, getServerCertificates());
452 NativeCrypto.SSL_use_certificate(s, getServerCertificates());
849 Hooks sHooks = new ServerHooks(getServerPrivateKey(), getServerCertificates());
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpsURLConnectionImpl.java 78 @Override public Certificate[] getServerCertificates() throws SSLPeerUnverifiedException {
HttpResponseCache.java 436 peerCertificatesNonFinal = httpsConnection.getServerCertificates();
  /libcore/luni/src/main/java/libcore/net/http/
HttpsURLConnectionImpl.java 87 public Certificate[] getServerCertificates() throws SSLPeerUnverifiedException {
HttpResponseCache.java 416 peerCertificatesNonFinal = httpsConnection.getServerCertificates();
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 364 connection.getServerCertificates();
809 .getServerCertificates()
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 294 connection.getServerCertificates();
643 Certificate[] serverCertificates = clientConnection.getServerCertificates();
    [all...]
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
HttpResponseCacheTest.java 337 List<Certificate> serverCerts = toListOrNull(connection.getServerCertificates());
352 assertEquals(serverCerts, toListOrNull(connection.getServerCertificates()));
    [all...]
URLConnectionTest.java     [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java     [all...]
  /libcore/luni/src/test/java/libcore/net/http/
HttpResponseCacheTest.java 312 List<Certificate> serverCerts = toListOrNull(connection.getServerCertificates());
326 assertEquals(serverCerts, toListOrNull(connection.getServerCertificates()));
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1085 milliseconds